Home
last modified time | relevance | path

Searched refs:nServiceId (Results 1 – 13 of 13) sorted by relevance

/trunk/main/automation/source/server/
H A Dserver.cxx746 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 Dstatemnt.hxx417 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC );
H A Dstatemnt.cxx141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() argument
150 bUseIPC = (nServiceId == SI_IPCCommandBlock); in StatementFlow()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx128 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 …]
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx1401 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 Dunopool.cxx54 SvxUnoDrawPool::SvxUnoDrawPool( SdrModel* pModel, sal_Int32 nServiceId ) throw() in SvxUnoDrawPool() argument
55 : PropertySetHelper( SvxPropertySetInfoPool::getOrCreate( nServiceId ) ), mpModel( pModel ) in SvxUnoDrawPool()
/trunk/main/editeng/source/uno/
H A Dunofield.cxx259 SvxUnoTextField::SvxUnoTextField( sal_Int32 nServiceId ) throw() in SvxUnoTextField() argument
262 , mnServiceId(nServiceId) in SvxUnoTextField()
269 switch( nServiceId ) in SvxUnoTextField()
/trunk/main/automation/source/inc/
H A Dtesttool.hxx55 sal_Bool QueCommands( sal_uLong nServiceId, SvStream *pIn );
/trunk/main/svtools/inc/svtools/
H A Dtesttool.hxx54 sal_Bool QueCommands( sal_uLong nServiceId, SvStream *pIn );
/trunk/main/svx/inc/svx/
H A Dunoprov.hxx138 SVX_DLLPUBLIC static comphelper::PropertySetInfo* getOrCreate( sal_Int32 nServiceId ) throw();
H A Dunopool.hxx47 SvxUnoDrawPool( SdrModel* pModel, sal_Int32 nServiceId ) throw();
/trunk/main/editeng/inc/editeng/
H A Dunofield.hxx81 SvxUnoTextField( sal_Int32 nServiceId ) throw();
/trunk/main/sw/inc/
H A Dunofield.hxx153 SwXTextField(sal_uInt16 nServiceId, SwDoc* pDoc=0);

Completed in 101 milliseconds