Searched refs:i_pLabel (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 626 void LabeledElement::setLabel( Window* i_pLabel ) in setLabel() argument 628 m_aLabel.m_pElement = i_pLabel; in setLabel() 632 void LabeledElement::setLabel( boost::shared_ptr<WindowArranger> const & i_pLabel ) in setLabel() argument 635 m_aLabel.m_pChild = i_pLabel; in setLabel() 756 size_t LabelColumn::addRow( Window* i_pLabel, boost::shared_ptr<WindowArranger> const& i_rElement, … in addRow() argument 759 xLabel->setLabel( i_pLabel ); in addRow() 767 size_t LabelColumn::addRow( Window* i_pLabel, Window* i_pElement, long i_nIndent, const Size& i_rEl… in addRow() argument 770 xLabel->setLabel( i_pLabel ); in addRow()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 317 …size_t addRow( Window* i_pLabel, boost::shared_ptr<WindowArranger> const& i_rElement, long i_nInde… 318 …size_t addRow( Window* i_pLabel, Window* i_pElement, long i_nIndent = 0, const Size& i_rElementMin…
|
Completed in 12 milliseconds