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 | 641 pTTProperties = new TTProperties(); in Execute() 1255 pShow2 = new Image( Bitmap( TTProperties::GetSvtResId( TT_SHOW2 ) ) ); in SetDraging() 1625 : WorkWindow( NULL, TTProperties::GetSvtResId( TT_INLINE_TRANSLATION ) ) in TranslateWin() 1626 , PushButtonTT_PB_NEXT( this, TTProperties::GetSvtResId( TT_PB_NEXT ) ) 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() 1631 , PushButtonTT_PB_ACCEPT( this, TTProperties::GetSvtResId( TT_PB_ACCEPT ) ) in TranslateWin() 1632 , FixedTextTT_FT_OLD( this, TTProperties::GetSvtResId( TT_FT_OLD ) ) in TranslateWin() 1633 , PushButtonTT_PB_SELECT( this, TTProperties::GetSvtResId( TT_PB_SELECT ) ) 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 | 286 StatementList::pTTProperties = new TTProperties(); in Timeout() 697 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()
|
Completed in 53 milliseconds