Home
last modified time | relevance | path

Searched refs:TTProperties (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/svtools/source/plugapp/
H A Dttprops.cxx31 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()
/AOO41X/main/svtools/inc/svtools/
H A Dttprops.hxx57 class SVT_DLLPUBLIC TTProperties : public ApplicationProperty class
67 TTProperties() in TTProperties() function in TTProperties
/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx641 pTTProperties = new TTProperties(); in Execute()
1219 : ToolBox( StatementList::GetFirstDocFrame(), TTProperties::GetSvtResId(DisplayHidToolBox) ) in DisplayHidWin()
1255 pShow2 = new Image( Bitmap( TTProperties::GetSvtResId( TT_SHOW2 ) ) ); in SetDraging()
1499 …GetTTSettings()->pDisplayHidWin->SetText(UniString( TTProperties::GetSvtResId( TT_ALTERNATE_CAPTIO… in DisplayHID()
1625 : WorkWindow( NULL, TTProperties::GetSvtResId( TT_INLINE_TRANSLATION ) ) in TranslateWin()
1626 , PushButtonTT_PB_NEXT( this, TTProperties::GetSvtResId( TT_PB_NEXT ) ) in TranslateWin()
1627 , GroupBoxTT_GB_TRANSLATION( this, TTProperties::GetSvtResId( TT_GB_TRANSLATION ) ) in TranslateWin()
1628 , EditTT_E_NEW( this, TTProperties::GetSvtResId( TT_E_NEW ) ) in TranslateWin()
1629 , GroupBoxTT_GB_COMMENT( this, TTProperties::GetSvtResId( TT_GB_COMMENT ) ) in TranslateWin()
1630 , EditTT_E_COMMENT( this, TTProperties::GetSvtResId( TT_E_COMMENT ) ) in TranslateWin()
[all …]
H A Dstatemnt.hxx67 class TTProperties;
296 static TTProperties *pTTProperties; // Hier stehen die SlotIDs aus dem SFX drin
H A Dserver.cxx286 StatementList::pTTProperties = new TTProperties(); in Timeout()
697 pDlg->SetText( String ( TTProperties::GetSvtResId( TT_GPF ) ) ); in IMPL_LINK()
H A Dsta_list.cxx87 TTProperties *StatementList::pTTProperties = NULL;
/AOO41X/main/sfx2/source/appl/
H A Dapp.cxx174 TTProperties* pTTProperties = PTR_CAST( TTProperties, &rProp ); in Property()