Home
last modified time | relevance | path

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

/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2014 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfos() local
2023 aWindowVector.reserve(m_aUIElements.size()); in implts_getDockingAreaElementInfos()
2041 aWindowVector.push_back( *pIter ); in implts_getDockingAreaElementInfos()
2071 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfos()
2074 const UIElement& rElement = aWindowVector[j]; in implts_getDockingAreaElementInfos()
2202 std::vector< UIElement > aWindowVector; in implts_getDockingAreaElementInfoOnSingleRowCol() local
2234 aWindowVector.push_back( *pIter ); // docked windows in implts_getDockingAreaElementInfoOnSingleRowCol()
2257 const sal_uInt32 nCount = aWindowVector.size(); in implts_getDockingAreaElementInfoOnSingleRowCol()
2260 const UIElement& rElement = aWindowVector[j]; in implts_getDockingAreaElementInfoOnSingleRowCol()

Completed in 35 milliseconds