Home
last modified time | relevance | path

Searched refs:ChildProps (Results 1 – 10 of 10) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dtable.hxx50 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::Table
52 ChildProps( ChildData *pData );
72 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dbox.hxx53 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::Box
55 ChildProps( ChildData *pData );
60 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dbox.cxx37 Box::ChildProps::ChildProps( Box::ChildData *pData ) in ChildProps() function in layoutimpl::Box::ChildProps
64 Box::ChildProps*
67 return new ChildProps( static_cast<Box::ChildData*> ( pData ) ); in createChildProps()
H A Dtable.cxx41 Table::ChildProps::ChildProps( Table::ChildData *pData ) in ChildProps() function in layoutimpl::Table::ChildProps
92 Table::ChildProps*
95 return new ChildProps( static_cast<Table::ChildData*> ( pData ) ); in createChildProps()
H A Dbox-base.hxx49 struct ChildProps: public PropHelper struct in layoutimpl::Box_Base
59 virtual ChildProps *createChildProps( ChildData* pData ) = 0;
H A Dcontainer.hxx41 friend class ChildProps;
/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.hxx94 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::VCLXSplitter
96 ChildProps( VCLXSplitter::ChildData *pData );
102 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dvclxtabcontrol.hxx116 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::VCLXTabControl
118 ChildProps( VCLXTabControl::ChildData *pData );
123 ChildProps *createChildProps( Box_Base::ChildData* pData );
H A Dvclxsplitter.cxx44 VCLXSplitter::ChildProps::ChildProps( VCLXSplitter::ChildData *pData ) in ChildProps() function in layoutimpl::VCLXSplitter::ChildProps
63 VCLXSplitter::ChildProps*
66 return new ChildProps( static_cast<VCLXSplitter::ChildData*> ( pData ) ); in createChildProps()
H A Dvclxtabcontrol.cxx42 VCLXTabControl::ChildProps::ChildProps( VCLXTabControl::ChildData *pData ) in ChildProps() function in layoutimpl::VCLXTabControl::ChildProps
61 VCLXTabControl::ChildProps*
64 return new ChildProps( static_cast<VCLXTabControl::ChildData*> ( pData ) ); in createChildProps()

Completed in 32 milliseconds