/aoo41x/main/toolkit/source/layout/core/ |
H A D | helper.cxx | 45 namespace layoutimpl namespace 97 namespace layoutimpl namespace 382 namespace layoutimpl namespace 448 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow() 457 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow() 466 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow() 475 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow() 485 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow() 494 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow() 507 *component = new layoutimpl::VCLXScroller(); in layoutCreateWindow() [all …]
|
H A D | root.cxx | 41 namespace layoutimpl namespace 385 ::layoutimpl::setProperties( mxWidget, rProps ); in setProperties() 390 ::layoutimpl::setProperty( mxWidget, attr, value ); in setProperty() 400 ::layoutimpl::setProperties( xChildPeer, rProps ); in setChildProperties()
|
H A D | box-base.cxx | 34 namespace layoutimpl namespace 80 return layoutimpl::isVisible( mxChild ); in isVisible()
|
H A D | translate.hxx | 31 namespace layoutimpl namespace
|
H A D | timer.hxx | 30 namespace layoutimpl namespace
|
H A D | byteseq.cxx | 32 namespace layoutimpl namespace
|
H A D | dialogbuttonhbox.hxx | 30 namespace layoutimpl namespace
|
H A D | localized-string.cxx | 29 namespace layoutimpl namespace
|
H A D | localized-string.hxx | 30 namespace layoutimpl namespace
|
H A D | table.hxx | 29 namespace layoutimpl namespace
|
H A D | box-base.hxx | 31 namespace layoutimpl namespace
|
H A D | box.hxx | 31 namespace layoutimpl namespace
|
H A D | flow.hxx | 31 namespace layoutimpl namespace
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 87 using namespace layoutimpl; 134 class Widget : public layoutimpl::LayoutWidget 147 layoutimpl::PropList maOriProps, maOriChildProps; 491 rValue = anyToString( layoutimpl::prophlp::getProperty( in getProperty() 519 layoutimpl::prophlp::setProperty( mxWidget, rPropName, rValue ); in setProperty() 523 layoutimpl::prophlp::setProperty( in setProperty() 544 if ( layoutimpl::prophlp::canHandleProps( pWidget->mxWidget ) ) in PropertyIterator() 547 = layoutimpl::prophlp::queryPropertyInfo( pWidget->mxWidget ); in PropertyIterator() 590 class EditorRoot : public layoutimpl::LayoutRoot { 596 : layoutimpl::LayoutRoot( xFactory ), mpParent( pParent ) in EditorRoot() [all …]
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxbutton.cxx | 32 namespace layoutimpl namespace 44 css::uno::Any( layoutimpl::loadGraphic( pGraphName ) ) ); in VCLXIconButton()
|
H A D | vclxtabpage.hxx | 31 namespace layoutimpl namespace
|
H A D | vclxplugin.hxx | 31 namespace layoutimpl namespace
|
H A D | vclxplugin.cxx | 33 namespace layoutimpl namespace
|
H A D | vclxfixedline.hxx | 34 namespace layoutimpl namespace
|
H A D | vclxbutton.hxx | 31 namespace layoutimpl namespace
|
H A D | vclxscroller.hxx | 34 namespace layoutimpl namespace
|
H A D | vclxfixedline.cxx | 34 namespace layoutimpl namespace
|
/aoo41x/main/toolkit/inc/layout/ |
H A D | layout.hxx | 66 namespace layoutimpl namespace 113 #define DECL_GET_LAYOUT_VCLXWINDOW( cls ) ::layoutimpl::VCLX##cls* GetVCLX##cls() const 114 …L_GET_LAYOUT_VCLXWINDOW( cls ) ::layoutimpl::VCLX##cls* cls::Get##VCLX##cls() const { return dynam…
|
/aoo41x/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 611 …return layoutimpl::WidgetFactory::createWidget (getToolkit(), parent->GetPeer(), OUString::createF… in CreatePeer() 1465 layoutimpl::VCLXPlugin *vcl in PluginImpl() 1466 = static_cast<layoutimpl::VCLXPlugin*>( VCLXWindow::GetImplementation( ref ) ); in PluginImpl() 1489 layoutimpl::LocalizedString *mpString; 1493 …, mpString( static_cast<layoutimpl::LocalizedString*>( VCLXWindow::GetImplementation( uno::Referen… in LocalizedStringImpl()
|
/aoo41x/main/sfx2/source/layout/ |
H A D | factory.cxx | 59 *vcl = new layoutimpl::VCLXDialog (); in CreateWindow()
|