Searched refs:nServiceId (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/automation/source/server/ |
H A D | server.cxx | 746 sal_Bool ImplRemoteControl::QueCommands( sal_uLong nServiceId, SvStream *pIn ) in QueCommands() argument 770 m_pDbgWin->AddText( String::CreateFromInt64( nServiceId ) ); in QueCommands() 774 if( nServiceId != SI_IPCCommandBlock && nServiceId != SI_DirectCommandBlock ) in QueCommands() 776 DBG_ERROR1( "Ung�ltiger Request :%i", (int)nServiceId ); in QueCommands() 810 …new StatementFlow( nServiceId, pCmdStream, this ); // Wird im Konstruktor an Liste an… in QueCommands() 829 m_pDbgWin->AddText( String::CreateFromInt64( nServiceId ) ); in QueCommands()
|
H A D | statemnt.hxx | 416 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC );
|
H A D | statemnt.cxx | 141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() argument 150 bUseIPC = (nServiceId == SI_IPCCommandBlock); in StatementFlow()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 128 sal_uInt16 nServiceId; member 187 sal_uInt16 lcl_ServiceIdToResId(sal_uInt16 nServiceId) in lcl_ServiceIdToResId() argument 190 while( USHRT_MAX != pMap->nServiceId && nServiceId != pMap->nServiceId ) in lcl_ServiceIdToResId() 193 if( USHRT_MAX == pMap->nServiceId ) in lcl_ServiceIdToResId() 268 nSrvId = pMap->nServiceId; in lcl_GetServiceForField() 312 switch ( nServiceId) in lcl_GetPropertyMapOfService() 1099 sal_uInt16 nServiceId, in SwXTextField() argument 1105 , m_bIsDescriptor(nServiceId != USHRT_MAX) in SwXTextField() 1107 , m_nServiceId(nServiceId) in SwXTextField() 1111 if ( SW_SERVICE_FIELDTYPE_SET_EXP == nServiceId in SwXTextField() [all …]
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoprov.cxx | 1401 comphelper::PropertySetInfo* SvxPropertySetInfoPool::getOrCreate( sal_Int32 nServiceId ) throw() in getOrCreate() argument 1405 if( nServiceId > SVXUNO_SERVICEID_LASTID ) in getOrCreate() 1411 if( mpInfos[ nServiceId ] == NULL ) in getOrCreate() 1413 mpInfos[nServiceId] = new comphelper::PropertySetInfo(); in getOrCreate() 1414 mpInfos[nServiceId]->acquire(); in getOrCreate() 1416 switch( nServiceId ) in getOrCreate() 1433 return mpInfos[ nServiceId ]; in getOrCreate()
|
H A D | unopool.cxx | 54 SvxUnoDrawPool::SvxUnoDrawPool( SdrModel* pModel, sal_Int32 nServiceId ) throw() in SvxUnoDrawPool() argument 55 : PropertySetHelper( SvxPropertySetInfoPool::getOrCreate( nServiceId ) ), mpModel( pModel ) in SvxUnoDrawPool()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unofield.cxx | 259 SvxUnoTextField::SvxUnoTextField( sal_Int32 nServiceId ) throw() in SvxUnoTextField() argument 262 , mnServiceId(nServiceId) in SvxUnoTextField() 269 switch( nServiceId ) in SvxUnoTextField()
|
/aoo4110/main/automation/source/inc/ |
H A D | testtool.hxx | 55 sal_Bool QueCommands( sal_uLong nServiceId, SvStream *pIn );
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | testtool.hxx | 54 sal_Bool QueCommands( sal_uLong nServiceId, SvStream *pIn );
|
/aoo4110/main/svx/inc/svx/ |
H A D | unoprov.hxx | 138 SVX_DLLPUBLIC static comphelper::PropertySetInfo* getOrCreate( sal_Int32 nServiceId ) throw();
|
H A D | unopool.hxx | 47 SvxUnoDrawPool( SdrModel* pModel, sal_Int32 nServiceId ) throw();
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unofield.hxx | 81 SvxUnoTextField( sal_Int32 nServiceId ) throw();
|
/aoo4110/main/sw/inc/ |
H A D | unofield.hxx | 153 SwXTextField(sal_uInt16 nServiceId, SwDoc* pDoc=0);
|
Completed in 130 milliseconds