/aoo41x/main/automation/source/server/ |
H A D | statemnt.cxx | 269 short nRT = C_NoType; in ImpGetRType() local 335 return nRT; in ImpGetRType() 2356 switch( nRT ) in Execute() 4598 short nRT = 0; in Execute() local 4602 nRT = ImpGetRType( pControl ); in Execute() 4628 nRT = C_WorkWin; in Execute() 4686 if (((( nRT < C_TabPage && nRT > C_TabControl ) in Execute() 4688 || nRT == C_ToolBox in Execute() 4689 || nRT == C_ValueSet in Execute() 4690 || nRT == C_Control in Execute() [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 | 114 void * LoadGlobalRes( RESOURCE_TYPE nRT, sal_uInt32 nId, 673 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in IsGlobalAvailable() 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 1071 RESOURCE_TYPE nRT = rId.GetRT2(); in IsAvailable() local 1091 if ( pClassRes->GetRT() == nRT ) in IsAvailable() 1141 RESOURCE_TYPE nRT = rId.GetRT2(); in GetResource() local 1151 if ( pClassRes->GetRT() == nRT ) in GetResource() [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, &m_nPrivileges, ::… in ORowSet() 196 …registerProperty(PROPERTY_SINGLESELECTQUERYCOMPOSER,PROPERTY_ID_SINGLESELECTQUERYCOMPOSER, nRT, … in ORowSet() 199 …registerProperty(PROPERTY_ISBOOKMARKABLE, PROPERTY_ID_ISBOOKMARKABLE, nRT, &m_bIsBookmara… in ORowSet() 200 …registerProperty(PROPERTY_CANUPDATEINSERTEDROWS,PROPERTY_ID_CANUPDATEINSERTEDROWS, nRT, &m_b… in ORowSet() 2879 sal_Int32 nRT = PropertyAttribute::READONLY | PropertyAttribute::TRANSIENT; in ORowSetClone() local 2888 …registerProperty(PROPERTY_ISBOOKMARKABLE, PROPERTY_ID_ISBOOKMARKABLE, nRT, &m_bIsBookmara… 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,
|