/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 70 typedef std::vector< std::vector< double > > PolyPolygonDistances; 74 std::vector< PolyPolygon > vOutlines; 80 std::vector< FWCharacterData > vCharacters; 86 std::vector< FWParagraphData > vParagraphs; 91 std::vector< FWTextArea > vTextAreas; 188 std::vector< FWTextArea >::iterator aTextAreaIEnd = rFWData.vTextAreas.end(); in CalculateHorizontalScalingFactor() 580 std::vector< double >::iterator aIter = rDistances.begin(); in CalcDistances() 581 std::vector< double >::iterator aEnd = rDistances.end(); in CalcDistances() 681 std::vector< double > vDistances; in FitTextOutlinesToShapeOutlines() 743 std::vector< double > vDistances; in FitTextOutlinesToShapeOutlines() [all …]
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 532 …fStartAngle = acos( vector[ 0 ] / sqrt( vector[ 0 ] * vector[ 0 ] + vector[ 1 ] * vector[ 1 ] ) ) … in ImplDoClass4() 533 …fEndAngle = acos( vector[ 2 ] / sqrt( vector[ 2 ] * vector[ 2 ] + vector[ 3 ] * vector[ 3 ] ) ) * … in ImplDoClass4() 535 if ( vector[ 1 ] > 0 ) in ImplDoClass4() 549 Point( (long)vector[ 0 ], (long)vector[ 1 ] ), in ImplDoClass4() 550 Point( (long)vector[ 2 ], (long)vector[ 3 ] ), POLY_ARC ); in ImplDoClass4() 583 …fStartAngle = acos( vector[ 0 ] / sqrt( vector[ 0 ] * vector[ 0 ] + vector[ 1 ] * vector[ 1 ] ) ) … in ImplDoClass4() 584 …fEndAngle = acos( vector[ 2 ] / sqrt( vector[ 2 ] * vector[ 2 ] + vector[ 3 ] * vector[ 3 ] ) ) * … in ImplDoClass4() 635 …fStartAngle = acos( vector[ 0 ] / sqrt( vector[ 0 ] * vector[ 0 ] + vector[ 1 ] * vector[ 1 ] ) ) … in ImplDoClass4() 636 …fEndAngle = acos( vector[ 2 ] / sqrt( vector[ 2 ] * vector[ 2 ] + vector[ 3 ] * vector[ 3 ] ) ) * … in ImplDoClass4() 663 …fStartAngle = acos( vector[ 0 ] / sqrt( vector[ 0 ] * vector[ 0 ] + vector[ 1 ] * vector[ 1 ] ) ) … in ImplDoClass4() [all …]
|
/trunk/main/chart2/source/tools/ |
H A D | InternalDataProvider.cxx | 372 vector< vector< uno::Any > > aNewCategories;//inner count is level in InternalDataProvider() 552 sal_Int32 lcl_getInnerLevelCount( const vector< vector< uno::Any > >& rLabels ) in lcl_getInnerLevelCount() 555 vector< vector< uno::Any > >::const_iterator aLevelIt( rLabels.begin() ); in lcl_getInnerLevelCount() 556 vector< vector< uno::Any > >::const_iterator aLevelEnd( rLabels.end() ); in lcl_getInnerLevelCount() 872 vector< vector< uno::Any > > aComplexCategories; in setDataByRangeRepresentation() 1190 vector< vector< Type > > aRet; in lcl_convertSequenceSequenceToVectorVector() 1216 vector< vector< uno::Any > > aRet; in lcl_convertComplexStringSequenceToAnyVector() 1237 const ::std::vector< ::std::vector< uno::Any > >& m_rComplexDescriptions; 1266 vector< vector< uno::Any > >::iterator aIt( aCategories.begin() ); in getDateCategories() 1267 vector< vector< uno::Any > >::const_iterator aEnd( aCategories.end() ); in getDateCategories() [all …]
|
H A D | ExplicitCategoriesProvider.cxx | 52 using ::std::vector; 174 std::vector<sal_Int32> lcl_getLimitingBorders( const std::vector< ComplexCategory >& rComplexCatego… in lcl_getLimitingBorders() 176 std::vector<sal_Int32> aLimitingBorders; in lcl_getLimitingBorders() 286 std::vector< ComplexCategory > aResult; in lcl_DataSequenceToComplexCategoryVector() 330 ::std::vector< ::std::vector< ComplexCategory > >& rComplexCats ) in lcl_getExplicitSimpleCategories() 338 std::vector<sal_Int32> aLimitingBorders; in lcl_getExplicitSimpleCategories() 345 std::vector< std::vector< ComplexCategory > >::iterator aOuterIt( rComplexCats.begin() ); in lcl_getExplicitSimpleCategories() 346 std::vector< std::vector< ComplexCategory > >::const_iterator aOuterEnd( rComplexCats.end() ); in lcl_getExplicitSimpleCategories() 371 std::vector< std::vector< ComplexCategory > > aComplexCatsPerIndex; in lcl_getExplicitSimpleCategories() 419 vector< vector< ComplexCategory > > aComplexCats; in getExplicitSimpleCategories() [all …]
|
H A D | InternalData.cxx | 56 vector< uno::Any > operator()() in operator ()() 58 vector< uno::Any > aRet(1); in operator ()() 183 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setColumnValues() 229 return vector< uno::Any >(); in getComplexColumnLabel() 236 return vector< uno::Any >(); in getComplexRowLabel() 253 vector< uno::Any > aTemp( m_aRowLabels[nRowIndex] ); in swapRowWithNext() 273 vector< uno::Any > aTemp( m_aColumnLabels[nColumnIndex] ); in swapColumnWithNext() 481 void InternalData::setComplexRowLabels( const vector< vector< uno::Any > >& rNewRowLabels ) in setComplexRowLabels() 491 vector< vector< uno::Any > > InternalData::getComplexRowLabels() const in getComplexRowLabels() 496 void InternalData::setComplexColumnLabels( const vector< vector< uno::Any > >& rNewColumnLabels ) in setComplexColumnLabels() [all …]
|
/trunk/main/chart2/source/view/axes/ |
H A D | VPolarGrid.cxx | 69 void VPolarGrid::getAllTickInfos( sal_Int32 nDimensionIndex, ::std::vector< ::std::vector< TickInfo… in getAllTickInfos() 78 , ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos in createLinePointSequence_ForAngleAxis() 115 , ::std::vector< ::std::vector< TickInfo > >& /* rRadiusTickInfos */ in create2DAngleGrid() 116 , ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos in create2DAngleGrid() 132 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAngleTickInfos.begi… in create2DAngleGrid() 175 , ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos in create2DRadiusGrid() 176 , ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos in create2DRadiusGrid() 190 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rRadiusTickInfos.beg… in create2DRadiusGrid() 191 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rRadiusTickInfos.end… in create2DRadiusGrid() 247 ::std::vector< ::std::vector< TickInfo > > aAngleTickInfos; in createShapes() [all …]
|
H A D | VPolarGrid.hxx | 56 void setIncrements( const std::vector< ExplicitIncrementData >& rIncrements ); 60 , ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos 71 ::std::vector< ExplicitIncrementData > m_aIncrements; 73 …void getAllTickInfos( sal_Int32 nDimensionIndex, ::std::vector< ::std::vector< TickInfo > >& rA… 76 , ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos 77 , ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos 78 , const ::std::vector<VLineProperties>& rLinePropertiesList ); 81 , ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos 82 , ::std::vector< ::std::vector< TickInfo > >& rAngleTickInfos 83 , const ::std::vector<VLineProperties>& rLinePropertiesList );
|
H A D | VCartesianAxis.cxx | 372 ::std::vector< sal_Int32 > m_aValidIndices; 546 void VCartesianAxis::createAllTickInfos( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) in createAllTickInfos() 1269 void VCartesianAxis::hideIdenticalScreenValues( ::std::vector< ::std::vector< TickInfo > >& rTickIn… in hideIdenticalScreenValues() 1479 ::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = m_aAllTickInfos.begin(); in updatePositions() 1480 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = m_aAllTickInfos.end(… in updatePositions() 1580 ::std::vector< ::std::vector< TickInfo > > aComplexTickInfos; in createShapes() 1605 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = aComplexTickInfos.be… in createShapes() 1606 …const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = aComplexTickInfos.en… in createShapes() 1617 ::std::vector< ::std::vector< TickInfo > > aUnshiftedTickInfos; in createShapes() 1626 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAllTickInfos.begin(… in createShapes() [all …]
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 169 …::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.be… in ~VSeriesPlotter() 170 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.en… in ~VSeriesPlotter() 284 …::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.be… in releaseShapes() 285 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.end… in releaseShapes() 1367 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.en… in getMinimumAndMaximiumX() 1420 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.end… in getPointCount() 1735 …::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotIter( m_aZSlots.begin() ); in getFirstSeries() 1736 ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd( m_aZSlots.end() ); in getFirstSeries() 1764 …::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotIter( m_aZSlots.begin() ); in getSeriesNames() 1765 ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd( m_aZSlots.end() ); in getSeriesNames() [all …]
|
H A D | AreaChart.cxx | 494 …::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.beg… in impl_createSeriesShapes() 495 …const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.end… in impl_createSeriesShapes() 546 void lcl_reorderSeries( ::std::vector< ::std::vector< VDataSeriesGroup > >& rZSlots ) in lcl_reorderSeries() 548 ::std::vector< ::std::vector< VDataSeriesGroup > > aRet( rZSlots.size() ); in lcl_reorderSeries() 550 ::std::vector< ::std::vector< VDataSeriesGroup > >::reverse_iterator aZIt( rZSlots.rbegin() ); in lcl_reorderSeries() 551 ::std::vector< ::std::vector< VDataSeriesGroup > >::reverse_iterator aZEnd( rZSlots.rend() ); in lcl_reorderSeries() 554 ::std::vector< VDataSeriesGroup > aXSlot( aZIt->size() ); in lcl_reorderSeries() 556 ::std::vector< VDataSeriesGroup >::reverse_iterator aXIt( aZIt->rbegin() ); in lcl_reorderSeries() 557 ::std::vector< VDataSeriesGroup >::reverse_iterator aXEnd( aZIt->rend() ); in lcl_reorderSeries() 635 …::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.be… in createShapes() [all …]
|
/trunk/main/oox/source/core/ |
H A D | encryption.cxx | 50 using ::std::vector; 93 vector< sal_uInt8> encryptionKey; 332 vector< sal_uInt8 > saltValue; 350 vector< sal_uInt8 > saltValue; 388 vector< sal_uInt8> hmacKey; 389 vector< sal_uInt8> hmacValue; 426 vector< sal_Int32 > stack; 745 static vector< sal_uInt8 > generateKey( const vector< sal_uInt8 >& passwordHash, in generateKey() 762 static vector< sal_uInt8> generateIv( const vector< sal_uInt8 >& salt, in generateIv() 766 vector< sal_uInt8> iv( salt ); in generateIv() [all …]
|
/trunk/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 84 void GetBool( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetBool() 97 void GetInt32( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetInt32() 110 void GetDouble( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetDouble() 146 void GetEnum( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetEnum() 454 std::vector< double > vDirection; in GetDoubleSequence() 470 std::vector< double >::const_iterator aIter = vDirection.begin(); in GetDoubleSequence() 471 std::vector< double >::const_iterator aEnd = vDirection.end(); in GetDoubleSequence() 1127 const std::vector< beans::PropertyValues >& rElement, in SdXMLCustomShapePropertyMerge() 1148 const std::vector< rtl::OUString >& rElement, in SdXMLCustomShapePropertyMerge() 1155 std::vector< rtl::OUString >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge() [all …]
|
/trunk/main/sc/inc/ |
H A D | sheetdata.hxx | 115 std::vector<ScCellStyleEntry> maCellStyles; 116 std::vector<ScCellStyleEntry> maColumnStyles; 117 std::vector<ScCellStyleEntry> maRowStyles; 118 std::vector<ScCellStyleEntry> maTableStyles; 119 std::vector<ScNoteStyleEntry> maNoteStyles; 120 std::vector<ScTextStyleEntry> maNoteParaStyles; 121 std::vector<ScTextStyleEntry> maNoteTextStyles; 122 std::vector<ScTextStyleEntry> maTextStyles; 123 std::vector<bool> maBlocked; 124 std::vector<ScStreamEntry> maStreamEntries; [all …]
|
H A D | dptabres.hxx | 90 typedef ::std::vector<sal_Int32> ScMemberSortOrder; 256 typedef std::vector <ScDPParentDimData *> DimMemberArray; 275 const ::std::vector<ScDPDimension*>& mppDim; 276 const ::std::vector<ScDPLevel*>& mppLev; 282 …LateInitParams( const ::std::vector<ScDPDimension*>& ppDim, const ::std::vector<ScDPLevel*>& ppLev… 315 mutable std::vector< ResultMembers* > mpDimMembers; 391 void InitFrom( const ::std::vector<ScDPDimension*>& ppDim, 417 bool IsValidEntry( const ::std::vector< SCROW >& aMembers ) const; 501 …void ProcessData( const ::std::vector< SCROW >& aChildMembers, const ::std::vector<… 600 void ProcessData( const ::std::vector<SCROW>& aMembers, [all …]
|
H A D | dptabdat.hxx | 111 ::std::vector<ScDPDimension*> aColDims; 112 ::std::vector<ScDPLevel*> aColLevels; 114 ::std::vector<ScDPDimension*> aRowDims; 115 ::std::vector<ScDPLevel*> aRowLevels; 116 ::std::vector<long> aPageDims; 117 ::std::vector<long> aDataSrcCols; 188 ::std::vector< SCROW > aColData; 189 ::std::vector< SCROW > aRowData; 190 ::std::vector< SCROW > aPageData; 192 ::std::vector<ScDPValueData> aValues; [all …]
|
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 127 bool getSDKInfoFromRegistry(vector<OUString> & vecHome); 523 std::vector<OUString> vecJavaHome; in createJavaInfoFromWinReg() 691 vector<pair<OUString, OUString> > props; in getJREInfoFromBinPath() 696 vector<OUString> vecPaths; in getJREInfoFromBinPath() 708 typedef vector<OUString>::const_iterator c_it; in getJREInfoFromBinPath() 746 vector<Reference<VendorBase> > getAllJREInfos() in getAllJREInfos() 748 vector<Reference<VendorBase> > vecInfos; in getAllJREInfos() 771 vector<OUString> vec; in getVectorFromCharArray() 864 static vector<OUString> vecBadPaths; in getJREInfoByPath() 871 vector<pair<OUString, OUString> > props; in getJREInfoByPath() [all …]
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | detailpages.hxx | 109 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 112 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 139 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 140 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 169 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 170 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 188 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 189 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 225 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 269 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); [all …]
|
H A D | DBSetupConnectionPages.hxx | 67 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 68 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 88 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 89 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 109 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 110 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 174 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 175 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 214 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); 254 virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList); [all …]
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforquery.cxx | 102 vector< vector< rtl::OUString > > queryList; in ResultSetForQuery() 112 vector< rtl::OUString > currentQuery; in ResultSetForQuery() 132 vector< rtl::OUString > aCompleteResultVector; in ResultSetForQuery() 147 vector< vector<HitItem>* > aIndexFolderResultVectorVector; in ResultSetForQuery() 152 vector<HitItem> aIndexFolderResultVector; in ResultSetForQuery() 156 vector< vector<HitItem>* > aQueryListResultVectorVector; in ResultSetForQuery() 165 vector<HitItem>* pQueryResultVector; in ResultSetForQuery() 168 pQueryResultVector = new vector<HitItem>(); in ResultSetForQuery() 268 vector<HitItem>& rQueryResultVector = *pQueryResultVector; in ResultSetForQuery() 324 vector<HitItem>* pIndexFolderHitItemVector = new vector<HitItem>( aIndexFolderResultVector ); in ResultSetForQuery() [all …]
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | customshapeproperties.hxx | 104 std::vector< com::sun::star::drawing::EnhancedCustomShapeParameterPair > parameter; 124 std::vector< CustomShapeGuide >& getGuideList(){ return maGuideList; }; in getGuideList() 125 std::vector< AdjustHandle >& getAdjustHandleList(){ return maAdjustHandleList; }; in getAdjustHandleList() 128 std::vector< Path2D >& getPath2DList(){ return maPath2DList; }; in getPath2DList() 136 double getValue( const std::vector< CustomShapeGuide >&, sal_uInt32 nIndex ) const; 143 std::vector< CustomShapeGuide > maAdjustmentGuideList; 144 std::vector< CustomShapeGuide > maGuideList; 145 std::vector< AdjustHandle > maAdjustHandleList; 146 std::vector< ConnectionSite > maConnectionSiteList; 148 std::vector< Path2D > maPath2DList; [all …]
|
/trunk/main/basic/source/runtime/ |
H A D | dllmgr.cxx | 74 char * address(std::vector< char > & blob) { in address() 116 std::vector< char > * newBlob() { in newBlob() 121 std::vector< UnmarshalData > unmarshal; 123 std::vector< StringData > unmarshalStrings; 126 std::list< std::vector< char > > blobs_; 183 std::vector< sal_Int32 > low(dims); in alignment() 236 std::vector< sal_Int32 > low(dims); in marshalArray() 237 std::vector< sal_Int32 > up(dims); in marshalArray() 430 std::vector< sal_Int32 > low(dims); in unmarshal() 431 std::vector< sal_Int32 > up(dims); in unmarshal() [all …]
|
/trunk/main/vcl/inc/ |
H A D | graphite_layout.hxx | 89 class Glyphs : public std::vector<GlyphItem> 96 std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, 97 std::vector<int> & rCharDxs); 106 std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, 107 std::vector<int> & rCharDxs, long & rDXOffset); 108 …oat nextGlyphOrigin, float fScaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char… 119 std::vector<int> mvCharDxs; 120 std::vector<int> mvChar2BaseGlyph; 121 std::vector<int> mvGlyph2Char; 144 virtual void ApplyDXArray(ImplLayoutArgs &rArgs, std::vector<int> & rDeltaWidth); [all …]
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.cxx | 1503 std::vector< std::vector< Any > > rRows; in getTableTypes() 1526 std::vector< std::vector< Any > > rRows; in getTypeInfo() 1569 std::vector< std::vector< Any > > rRows; in getCatalogs() 1604 std::vector< std::vector< Any > > rRows; in getSchemas() 1649 std::vector< std::vector< Any > > rRows; in getColumnPrivileges() 1692 std::vector< std::vector< Any > > rRows; in getColumns() 1745 std::vector< std::vector< Any > > rRows; in getTables() 1817 std::vector< std::vector< Any > > rRows; in getProcedures() 1862 std::vector< std::vector< Any > > rRows; in getVersionColumns() 1878 std::vector< std::vector< Any > > rRows; in getExportedKeys() [all …]
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | xmlexppr.hxx | 65 ::std::vector< XMLPropertyState > _Filter( 72 ::std::vector< XMLPropertyState >& rProperties, 96 const ::std::vector< XMLPropertyState >& rProperties, 118 ::std::vector< XMLPropertyState > Filter( in Filter() 128 ::std::vector< XMLPropertyState > FilterDefaults( in FilterDefaults() 140 const ::std::vector< XMLPropertyState >& rProperties, 148 const ::std::vector< XMLPropertyState >& rProperties, 164 const ::std::vector< XMLPropertyState >& rProperties, 171 const ::std::vector< XMLPropertyState >& rProperties, 181 const ::std::vector< XMLPropertyState > *pProperties = 0, [all …]
|
/trunk/main/vcl/source/window/ |
H A D | arrange.cxx | 343 std::vector< size_t > aIndices; in distributeRowWidth() 383 std::vector< size_t > aIndices; in distributeColumnHeight() 435 std::vector<Size> aElementSizes( nElements ); in resize() 834 … std::vector<long>& o_rColumnWidths, std::vector<long>& o_rRowHeights, in getOptimalSize() 835 … std::vector<sal_Int32>& o_rColumnPrio, std::vector<sal_Int32>& o_rRowPrio in getOptimalSize() 891 std::vector<long> aColumnWidths, aRowHeights; in getOptimalSize() 892 std::vector<sal_Int32> aColumnPrio, aRowPrio; in getOptimalSize() 902 std::vector< size_t > aIndices; in distributeExtraSize() 941 std::vector<long> aColumnWidths, aRowHeights; in resize() 942 std::vector<sal_Int32> aColumnPrio, aRowPrio; in resize() [all …]
|