Searched refs:i_eType (Results 1 – 11 of 11) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | arrange.cxx | 181 aResult = m_pElement->GetOptimalSize( i_eType ); in getOptimalSize() 186 aResult = m_pChild->getOptimalSize( i_eType ); in getOptimalSize() 288 Size RowOrColumn::getOptimalSize( WindowSizeType i_eType ) const in getOptimalSize() 298 Size aElementSize( it->getOptimalSize( i_eType ) ); in getOptimalSize() 575 Size aElementSize( m_aElement.getOptimalSize( i_eType ) ); in getOptimalSize() 713 aElementSize = pEle->getOptimalSize( i_eType ); in getOptimalSize() 718 aElementSize = pEle->getOptimalSize( i_eType ); in getOptimalSize() 788 Size Indenter::getOptimalSize( WindowSizeType i_eType ) const in getOptimalSize() 790 Size aSize( m_aElement.getOptimalSize( i_eType ) ); in getOptimalSize() 833 Size MatrixArranger::getOptimalSize( WindowSizeType i_eType, in getOptimalSize() argument [all …]
|
/trunk/main/dbaccess/source/core/recovery/ |
H A D | subcomponentrecovery.cxx | 97 … static const ::rtl::OUString& lcl_getComponentStorageBaseName( const SubComponentType i_eType ) in lcl_getComponentStorageBaseName() argument 104 switch ( i_eType ) in lcl_getComponentStorageBaseName() 157 const SubComponentType i_eType, const ::rtl::OUString& i_rName ) in lcl_getSubComponentDef_nothrow() argument 160 …ENSURE_OR_RETURN( ( i_eType == FORM ) || ( i_eType == REPORT ), "lcl_getSubComponentDef_nothrow: i… in lcl_getSubComponentDef_nothrow() 166 if ( i_eType == FORM ) in lcl_getSubComponentDef_nothrow() 405 …st ::rtl::OUString SubComponentRecovery::getComponentsStorageName( const SubComponentType i_eType ) in getComponentsStorageName() argument 413 switch ( i_eType ) in getComponentsStorageName()
|
H A D | subcomponentrecovery.hxx | 59 const SubComponentType i_eType ) in SubComponentRecovery() argument 63 ,m_eType( i_eType ) in SubComponentRecovery() 82 static const ::rtl::OUString getComponentsStorageName( const SubComponentType i_eType );
|
/trunk/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 298 Size getLabelSize( WindowSizeType i_eType ) const in getLabelSize() 299 { return m_aLabel.getOptimalSize( i_eType ); } in getLabelSize() 300 Size getElementSize( WindowSizeType i_eType ) const in getElementSize() 301 { return m_aElement.getOptimalSize( i_eType ); } in getElementSize()
|
H A D | salnativewidgets.hxx | 277 ImplControlValue( ControlType i_eType, ButtonValue i_eTriState, long i_nNumber ) in ImplControlValue() argument 278 : mType( i_eType ) in ImplControlValue()
|
/trunk/main/autodoc/source/parser_i/inc/ |
H A D | x_parse2.hxx | 47 E_Type i_eType, in X_AutodocParser() argument 49 : eType(i_eType), sName(i_sName) {} in X_AutodocParser()
|
/trunk/main/svtools/source/contnr/ |
H A D | svlbitm.cxx | 457 void SvLBoxButton::ImplAdjustBoxSize( Size& io_rSize, ControlType i_eType, Window* i_pParent ) in ImplAdjustBoxSize() argument 459 if ( i_pParent->IsNativeControlSupported( i_eType, PART_ENTIRE_CONTROL) ) in ImplAdjustBoxSize() 468 bool bNativeOK = i_pParent->GetNativeControlRegion( i_eType, in ImplAdjustBoxSize()
|
/trunk/main/svtools/inc/svtools/toolpanel/ |
H A D | paneltabbar.hxx | 72 virtual Size GetOptimalSize( WindowSizeType i_eType ) const;
|
/trunk/main/svtools/source/toolpanel/ |
H A D | paneltabbar.cxx | 1021 Size PanelTabBar::GetOptimalSize( WindowSizeType i_eType ) const in GetOptimalSize() 1024 …Size aOptimalSize( m_pImpl->m_aGeometry.getOptimalSize( m_pImpl->m_aItems, i_eType == WINDOWSIZE_M… in GetOptimalSize()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svlbitm.hxx | 178 void ImplAdjustBoxSize( Size& io_rCtrlSize, ControlType i_eType, Window* pParent );
|
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 93 PSPathElement( PathSegmentType i_eType ) : type( i_eType ), in PSPathElement()
|
Completed in 86 milliseconds