Searched refs:pTTProperties (Results 1 – 5 of 5) sorted by relevance
174 TTProperties* pTTProperties = PTR_CAST( TTProperties, &rProp ); in Property() local175 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 …]
283 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 …]
297 static TTProperties *pTTProperties; // Hier stehen die SlotIDs aus dem SFX drin member in StatementList
87 TTProperties *StatementList::pTTProperties = NULL; member in StatementList
637 if ( !pTTProperties ) in Execute()638 pTTProperties = new TTProperties(); in Execute()640 …switch ( pTTProperties->ExecuteFunction( nFunctionId, pItemArr, EXECUTEMODE_DIALOGASYNCHRON | nUse… in Execute()