Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/appl/
H A Dapp.cxx174 TTProperties* pTTProperties = PTR_CAST( TTProperties, &rProp ); in Property() local
175 if ( pTTProperties ) in Property()
177 pTTProperties->nPropertyVersion = TT_PROPERTIES_VERSION; in Property()
178 switch ( pTTProperties->nActualPR ) in Property()
182 pTTProperties->nSidOpenUrl = SID_OPENURL; in Property()
183 pTTProperties->nSidFileName = SID_FILE_NAME; in Property()
184 pTTProperties->nSidNewDocDirect = SID_NEWDOCDIRECT; in Property()
185 pTTProperties->nSidCopy = SID_COPY; in Property()
186 pTTProperties->nSidPaste = SID_PASTE; in Property()
187 pTTProperties->nSidSourceView = SID_SOURCEVIEW; in Property()
[all …]
/AOO42X/main/automation/source/server/
H A Dserver.cxx283 if ( !StatementList::pTTProperties ) in Timeout()
284 StatementList::pTTProperties = new TTProperties(); in Timeout()
286 if ( !StatementList::pTTProperties->GetSlots() ) in Timeout()
333 …SfxPoolItem *pItem = new SfxStringItem((sal_uInt16)StatementList::pTTProperties->nSidNewDocDirect,… in Timeout()
334 new StatementSlot( StatementList::pTTProperties->nSidNewDocDirect, pItem ); in Timeout()
340 new StatementSlot( StatementList::pTTProperties->nSidSourceView ); in Timeout()
350 new StatementSlot( StatementList::pTTProperties->nSidSelectAll ); in Timeout()
417 new StatementSlot( StatementList::pTTProperties->nSidPaste ); in Timeout()
422 new StatementSlot( StatementList::pTTProperties->nSidSourceView ); in Timeout()
427 new StatementSlot( StatementList::pTTProperties->nSidSelectAll ); 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.cxx637 if ( !pTTProperties ) in Execute()
638 pTTProperties = new TTProperties(); in Execute()
640 …switch ( pTTProperties->ExecuteFunction( nFunctionId, pItemArr, EXECUTEMODE_DIALOGASYNCHRON | nUse… in Execute()