Home
last modified time | relevance | path

Searched refs:pTTProperties (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dapp.cxx175 if ( pTTProperties ) in Property()
178 switch ( pTTProperties->nActualPR ) in Property()
182 pTTProperties->nSidOpenUrl = SID_OPENURL; in Property()
183 pTTProperties->nSidFileName = SID_FILE_NAME; in Property()
185 pTTProperties->nSidCopy = SID_COPY; in Property()
186 pTTProperties->nSidPaste = SID_PASTE; in Property()
189 pTTProperties->nSidReferer = SID_REFERER; in Property()
190 pTTProperties->nActualPR = 0; in Property()
240 … if ( pDispatcher->ExecuteFunction( pTTProperties->mnSID, aSet, pTTProperties->mnMode ) in Property()
249pTTProperties->mnSID, pTTProperties->mppArgs, pTTProperties->mnMode ) in Property()
[all …]
/trunk/main/automation/source/server/
H A Dserver.cxx285 if ( !StatementList::pTTProperties ) in Timeout()
286 StatementList::pTTProperties = new TTProperties(); in Timeout()
288 if ( !StatementList::pTTProperties->GetSlots() ) in Timeout()
342 new StatementSlot( StatementList::pTTProperties->nSidSourceView ); in Timeout()
352 new StatementSlot( StatementList::pTTProperties->nSidSelectAll ); in Timeout()
419 new StatementSlot( StatementList::pTTProperties->nSidPaste ); in Timeout()
429 new StatementSlot( StatementList::pTTProperties->nSidSelectAll ); in Timeout()
430 new StatementSlot( StatementList::pTTProperties->nSidCopy ); in Timeout()
431 new StatementSlot( StatementList::pTTProperties->nSidPaste ); in Timeout()
537 StatementList::pTTProperties->Img( pBmp ); in Timeout()
[all …]
H A Dstatemnt.hxx297 static TTProperties *pTTProperties; // Hier stehen die SlotIDs aus dem SFX drin member in StatementList
H A Dsta_list.cxx87 TTProperties *StatementList::pTTProperties = NULL; member in StatementList
H A Dstatemnt.cxx640 if ( !pTTProperties ) in Execute()
641 pTTProperties = new TTProperties(); in Execute()
643 …switch ( pTTProperties->ExecuteFunction( nFunctionId, pItemArr, EXECUTEMODE_DIALOGASYNCHRON | nUse… in Execute()

Completed in 45 milliseconds