Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx434 std::vector< std::pair< sal_uInt16, long > > aNewOrgSizes; in Split() local
460 aNewOrgSizes.push_back( std::pair< sal_uInt16, long >( nId, nSize ) ); in Split()
468 for ( sal_uInt16 i = 0; i < aNewOrgSizes.size(); ++i ) in Split()
470 SetItemSize( aNewOrgSizes[i].first, aNewOrgSizes[i].second ); in Split()
812 std::vector< std::pair< sal_uInt16, long > > aNewOrgSizes; in InsertWindow_Impl() local
822 aNewOrgSizes.push_back( std::pair< sal_uInt16, long >( nId, nSize ) ); in InsertWindow_Impl()
827 for ( sal_uInt16 i = 0; i < aNewOrgSizes.size(); ++i ) in InsertWindow_Impl()
829 SetItemSize( aNewOrgSizes[i].first, aNewOrgSizes[i].second ); in InsertWindow_Impl()

Completed in 17 milliseconds