Searched refs:TTProperties (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/svtools/source/plugapp/ |
| H A D | ttprops.cxx | 31 TYPEINIT1( TTProperties, ApplicationProperty ) in TYPEINIT1() argument 33 sal_Bool TTProperties::RequestProperty( sal_uInt16 nRequest ) in TYPEINIT1() 46 sal_Bool TTProperties::GetSlots() in GetSlots() 52 sal_uInt16 TTProperties::ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs, sal_uInt16 nMode ) in ExecuteFunction() 62 sal_Bool TTProperties::Img( Bitmap *pBmp ) in Img() 71 SvtResId TTProperties::GetSvtResId( sal_uInt16 nId ) in GetSvtResId()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | ttprops.hxx | 57 class SVT_DLLPUBLIC TTProperties : public ApplicationProperty class 67 TTProperties() in TTProperties() function in TTProperties
|
| /AOO42X/main/automation/source/server/ |
| H A D | statemnt.cxx | 638 pTTProperties = new TTProperties(); in Execute() 1215 : ToolBox( StatementList::GetFirstDocFrame(), TTProperties::GetSvtResId(DisplayHidToolBox) ) in DisplayHidWin() 1251 pShow2 = new Image( Bitmap( TTProperties::GetSvtResId( TT_SHOW2 ) ) ); in SetDraging() 1495 …GetTTSettings()->pDisplayHidWin->SetText(UniString( TTProperties::GetSvtResId( TT_ALTERNATE_CAPTIO… in DisplayHID() 1621 : WorkWindow( NULL, TTProperties::GetSvtResId( TT_INLINE_TRANSLATION ) ) in TranslateWin() 1622 , PushButtonTT_PB_NEXT( this, TTProperties::GetSvtResId( TT_PB_NEXT ) ) in TranslateWin() 1623 , GroupBoxTT_GB_TRANSLATION( this, TTProperties::GetSvtResId( TT_GB_TRANSLATION ) ) in TranslateWin() 1624 , EditTT_E_NEW( this, TTProperties::GetSvtResId( TT_E_NEW ) ) in TranslateWin() 1625 , GroupBoxTT_GB_COMMENT( this, TTProperties::GetSvtResId( TT_GB_COMMENT ) ) in TranslateWin() 1626 , EditTT_E_COMMENT( this, TTProperties::GetSvtResId( TT_E_COMMENT ) ) in TranslateWin() [all …]
|
| H A D | statemnt.hxx | 68 class TTProperties; 297 static TTProperties *pTTProperties; // Hier stehen die SlotIDs aus dem SFX drin
|
| H A D | server.cxx | 284 StatementList::pTTProperties = new TTProperties(); in Timeout() 695 pDlg->SetText( String ( TTProperties::GetSvtResId( TT_GPF ) ) ); in IMPL_LINK()
|
| H A D | sta_list.cxx | 87 TTProperties *StatementList::pTTProperties = NULL;
|
| /AOO42X/main/sfx2/source/appl/ |
| H A D | app.cxx | 174 TTProperties* pTTProperties = PTR_CAST( TTProperties, &rProp ); in Property()
|