| /AOO41X/main/automation/source/server/ |
| H A D | statemnt.cxx | 269 short nRT = C_NoType; in ImpGetRType() local 272 case WINDOW_WINDOW: nRT = C_Window ; break; in ImpGetRType() 274 case WINDOW_TABCONTROL: nRT = C_TabControl ; break; in ImpGetRType() 275 case WINDOW_RADIOBUTTON: nRT = C_RadioButton ; break; in ImpGetRType() 276 case WINDOW_CHECKBOX: nRT = C_CheckBox ; break; in ImpGetRType() 277 case WINDOW_TRISTATEBOX: nRT = C_TriStateBox ; break; in ImpGetRType() 278 case WINDOW_EDIT: nRT = C_Edit ; break; in ImpGetRType() 279 case WINDOW_MULTILINEEDIT: nRT = C_MultiLineEdit ; break; in ImpGetRType() 280 case WINDOW_MULTILISTBOX: nRT = C_MultiListBox ; break; in ImpGetRType() 281 case WINDOW_LISTBOX: nRT = C_ListBox ; break; in ImpGetRType() [all …]
|
| H A D | sta_list.cxx | 498 Window* StatementList::GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase, sal_uInt16 nS… in GetWinByRT() argument 500 SearchRT aSearch( nRT, 0, nSkip ); in GetWinByRT() 509 sal_uInt16 StatementList::CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase ) in CountWinByRT() argument 511 SearchRT aSearch( nRT, SEARCH_NOOVERLAP | SEARCH_NO_TOPLEVEL_WIN, 0xFFFF ); in CountWinByRT() 624 …return pWin->IsVisible() && ( (nRT == WINDOW_ANYTYPE && IsDialog(pWin) ) || pWin->GetType() == nRT… in IsWinOK() 627 Window* StatementList::GetActive( WindowType nRT, sal_Bool MaybeBase ) in GetActive() argument 629 SearchActive aSearch( nRT ); in GetActive() 681 Window* StatementList::GetFocus( WindowType nRT, sal_Bool MaybeBase ) in GetFocus() argument 684 if ( nRT == WINDOW_TABCONTROL ) in GetFocus() 688 if ( pResult->GetChild(i)->GetType() == nRT ) in GetFocus()
|
| H A D | statemnt.hxx | 240 Window* GetActive( WindowType nRT, sal_Bool MaybeBase = sal_True ); 241 Window* GetFocus( WindowType nRT, sal_Bool MaybeBase = sal_True ); 246 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip… 247 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True ); 443 WindowType nRT; member in SearchActive 445 SearchActive( WindowType nRTP ): nRT(nRTP) {} in SearchActive()
|
| /AOO41X/main/tools/source/rc/ |
| H A D | resmgr.cxx | 113 sal_Bool IsGlobalAvailable( RESOURCE_TYPE nRT, sal_uInt32 nId ) const; 114 void * LoadGlobalRes( RESOURCE_TYPE nRT, sal_uInt32 nId, 670 sal_Bool InternalResMgr::IsGlobalAvailable( RESOURCE_TYPE nRT, sal_uInt32 nId ) const in IsGlobalAvailable() argument 673 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in IsGlobalAvailable() 683 void* InternalResMgr::LoadGlobalRes( RESOURCE_TYPE nRT, sal_uInt32 nId, in LoadGlobalRes() argument 688 pResUseDump->erase( (sal_uInt64(nRT) << 32) | nId ); in LoadGlobalRes() 691 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in LoadGlobalRes() 699 if( nRT == RSC_STRING && bEqual2Content ) in LoadGlobalRes() 788 RESOURCE_TYPE nRT, sal_uInt32 nId, in RscError_Impl() argument 805 … aStr.Append( ByteString( GetTypeRes_Impl( ResId( nRT, *pNewResMgr ) ), RTL_TEXTENCODING_UTF8 ) ); in RscError_Impl() [all …]
|
| /AOO41X/main/rsc/source/parser/ |
| H A D | rscdb.cxx | 334 RscTop * RscTypCont :: Search( Atom nRT ){ in Search() argument 335 return( (RscTop *)pRoot->Search( nRT ) ); in Search() 338 CLASS_DATA RscTypCont :: Search( Atom nRT, const RscId & rId ){ in Search() argument 342 if( NULL != (pRscTop = Search( nRT )) ){ in Search() 359 void RscTypCont :: Delete( Atom nRT, const RscId & rId ){ in Delete() argument 363 if( NULL != (pRscTop = Search( nRT )) ){ in Delete() 642 sal_uInt32 nRT = rMem.GetLong( 4 ); in IMPL_LINK_INLINE_END() local 645 pTypCont->PutTranslatorKey( (sal_uInt64(nRT) << 32) + sal_uInt64(nId) ); in IMPL_LINK_INLINE_END() 647 if( nRT == RSC_VERSIONCONTROL ) in IMPL_LINK_INLINE_END()
|
| H A D | rscicpx.cxx | 1670 sal_uInt32 nRT, in InitClassCurrencyField() argument 1679 pClassCurrencyField = new RscClass( nId, nRT, pSuper ); in InitClassCurrencyField() 1810 sal_uInt32 nRT, in InitClassCurrencyBox() argument 1819 pClassCurrencyBox = new RscClass( nId, nRT, pSuper ); in InitClassCurrencyBox()
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | resmgr.hxx | 52 RESOURCE_TYPE nRT; // Resource Typ member 123 RESOURCE_TYPE nRT, sal_uInt32 nId, 226 return (RESOURCE_TYPE)ResMgr::GetLong( &nRT ); in GetRT()
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | RowSet.cxx | 176 sal_Int32 nRT = PropertyAttribute::READONLY | PropertyAttribute::TRANSIENT; in ORowSet() local 193 …registerProperty(PROPERTY_PRIVILEGES, PROPERTY_ID_PRIVILEGES, nRT, … in ORowSet() 196 …registerProperty(PROPERTY_SINGLESELECTQUERYCOMPOSER,PROPERTY_ID_SINGLESELECTQUERYCOMPOSER, nRT, … in ORowSet() 199 …registerProperty(PROPERTY_ISBOOKMARKABLE, PROPERTY_ID_ISBOOKMARKABLE, nRT, … in ORowSet() 200 …registerProperty(PROPERTY_CANUPDATEINSERTEDROWS,PROPERTY_ID_CANUPDATEINSERTEDROWS, nRT, … in ORowSet() 2879 sal_Int32 nRT = PropertyAttribute::READONLY | PropertyAttribute::TRANSIENT; in ORowSetClone() local 2888 …registerProperty(PROPERTY_ISBOOKMARKABLE, PROPERTY_ID_ISBOOKMARKABLE, nRT, … in ORowSetClone()
|
| /AOO41X/main/rsc/inc/ |
| H A D | rscdb.hxx | 227 RscTop * InitClassCurrencyField( const char * pClassName, sal_uInt32 nRT, 234 RscTop * InitClassCurrencyBox( const char * pClassName, sal_uInt32 nRT,
|