Home
last modified time | relevance | path

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

/AOO41X/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 …]
/AOO41X/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()
335 …SfxPoolItem *pItem = new SfxStringItem((sal_uInt16)StatementList::pTTProperties->nSidNewDocDirect,… in Timeout()
336 new StatementSlot( StatementList::pTTProperties->nSidNewDocDirect, pItem ); 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()
424 new StatementSlot( StatementList::pTTProperties->nSidSourceView ); in Timeout()
429 new StatementSlot( StatementList::pTTProperties->nSidSelectAll ); in Timeout()
[all …]
H A Dstatemnt.hxx296 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()