Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx272 UIElementVector aWindowVector( m_aUIElements ); in implts_calcDockingArea() local
289 for ( pConstIter = aWindowVector.begin(); pConstIter != aWindowVector.end(); pConstIter++ ) in implts_calcDockingArea()
346 if ( !aWindowVector.empty() ) in implts_calcDockingArea()
2010 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfos() local
2019 aWindowVector.reserve(m_aUIElements.size()); in implts_getDockingAreaElementInfos()
2034 aWindowVector.push_back( *pIter ); in implts_getDockingAreaElementInfos()
2064 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfos()
2067 const UIElement& rElement = aWindowVector[j]; in implts_getDockingAreaElementInfos()
2195 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfoOnSingleRowCol() local
2244 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfoOnSingleRowCol()
[all …]

Completed in 31 milliseconds