| /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; 187 std::vector< FWTextArea >::iterator aTextAreaIter = rFWData.vTextAreas.begin(); in CalculateHorizontalScalingFactor() 188 std::vector< FWTextArea >::iterator aTextAreaIEnd = rFWData.vTextAreas.end(); in CalculateHorizontalScalingFactor() 198 …std::vector< FWParagraphData >::const_iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() … in CalculateHorizontalScalingFactor() 199 … std::vector< FWParagraphData >::const_iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in CalculateHorizontalScalingFactor() 230 std::vector< FWParagraphData >::iterator aParagraphIter( rTextArea.vParagraphs.begin() ); in GetTextAreaOutline() [all …]
|
| /trunk/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 509 double fOrientation, fStartAngle, fEndAngle, vector[ 4 ]; in ImplDoClass4() local 516 ImplGetVector( &vector[ 0 ] ); in ImplDoClass4() 530 …fStartAngle = acos( vector[ 0 ] / sqrt( vector[ 0 ] * vector[ 0 ] + vector[ 1 ] * vector[ 1 ] ) ) … in ImplDoClass4() 531 …fEndAngle = acos( vector[ 2 ] / sqrt( vector[ 2 ] * vector[ 2 ] + vector[ 3 ] * vector[ 3 ] ) ) * … in ImplDoClass4() 533 if ( vector[ 1 ] > 0 ) in ImplDoClass4() 535 if ( vector[ 3 ] > 0 ) in ImplDoClass4() 547 Point( (long)vector[ 0 ], (long)vector[ 1 ] ), in ImplDoClass4() 548 Point( (long)vector[ 2 ], (long)vector[ 3 ] ), POLY_ARC ); in ImplDoClass4() 563 double fOrientation, fStartAngle, fEndAngle, vector[ 4 ]; in ImplDoClass4() local 570 ImplGetVector( &vector[ 0 ] ); in ImplDoClass4() [all …]
|
| /trunk/main/chart2/source/tools/ |
| H A D | InternalDataProvider.cxx | 154 … ::std::vector< double > aValues( ContainerHelper::SequenceToVector( xValues->getNumericalData())); in operator ()() 204 struct lcl_copyFromLevel : public ::std::unary_function< vector< uno::Any >, uno::Any > 211 uno::Any operator() ( const vector< uno::Any >& rVector ) in operator ()() 223 struct lcl_getStringFromLevelVector : public ::std::unary_function< vector< uno::Any >, OUString > 230 OUString operator() ( const vector< uno::Any >& rVector ) in operator ()() 243 struct lcl_setAnyAtLevel : public ::std::binary_function< vector< uno::Any >, uno::Any, vector< uno… 250 vector< uno::Any > operator() ( const vector< uno::Any >& rVector, const uno::Any& rNewValue ) in operator ()() 252 vector< uno::Any > aRet( rVector ); in operator ()() 263 …tLevelFromStringSequence : public ::std::binary_function< vector< uno::Any >, OUString, vector< un… 270 vector< uno::Any > operator() ( const vector< uno::Any >& rVector, const OUString& rNewValue ) in operator ()() [all …]
|
| H A D | ExplicitCategoriesProvider.cxx | 52 using ::std::vector; 114 …::std::vector< Reference< XDataSeries > > aSeries( ChartModelHelper::getDataSeries( xChartModel ) … in ExplicitCategoriesProvider() 174 std::vector<sal_Int32> lcl_getLimitingBorders( const std::vector< ComplexCategory >& rComplexCatego… in lcl_getLimitingBorders() 176 std::vector<sal_Int32> aLimitingBorders; in lcl_getLimitingBorders() 177 std::vector< ComplexCategory >::const_iterator aIt( rComplexCategories.begin() ); in lcl_getLimitingBorders() 178 std::vector< ComplexCategory >::const_iterator aEnd( rComplexCategories.end() ); in lcl_getLimitingBorders() 282 std::vector< ComplexCategory > lcl_DataSequenceToComplexCategoryVector( in lcl_DataSequenceToComplexCategoryVector() 284 , const std::vector<sal_Int32>& rLimitingBorders, bool bCreateSingleCategories ) in lcl_DataSequenceToComplexCategoryVector() 286 std::vector< ComplexCategory > aResult; in lcl_DataSequenceToComplexCategoryVector() 318 sal_Int32 lcl_getCategoryCount( std::vector< ComplexCategory >& rComplexCategories ) in lcl_getCategoryCount() [all …]
|
| H A D | InternalData.cxx | 56 vector< uno::Any > operator()() in operator ()() 58 vector< uno::Any > aRet(1); in operator ()() 176 void InternalData::setColumnValues( sal_Int32 nColumnIndex, const vector< double > & rNewData ) in setColumnValues() 183 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setColumnValues() 188 void InternalData::setRowValues( sal_Int32 nRowIndex, const vector< double > & rNewData ) in setRowValues() 195 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setRowValues() 200 void InternalData::setComplexColumnLabel( sal_Int32 nColumnIndex, const vector< uno::Any >& rComple… in setComplexColumnLabel() 212 void InternalData::setComplexRowLabel( sal_Int32 nRowIndex, const vector< uno::Any >& rComplexLabel… in setComplexRowLabel() 224 vector< uno::Any > InternalData::getComplexColumnLabel( sal_Int32 nColumnIndex ) const in getComplexColumnLabel() 229 return vector< uno::Any >(); in getComplexColumnLabel() [all …]
|
| /trunk/main/chart2/source/view/axes/ |
| H A D | VPolarGrid.cxx | 64 void VPolarGrid::setIncrements( const std::vector< ExplicitIncrementData >& rIncrements ) in setIncrements() 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() 117 , const ::std::vector<VLineProperties>& rLinePropertiesList ) in create2DAngleGrid() 132 …::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAngleTickInfos.begi… in create2DAngleGrid() 144 ::std::vector< TickInfo >::iterator aTickIter = (*aDepthIter).begin(); in create2DAngleGrid() 145 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in create2DAngleGrid() 175 , ::std::vector< ::std::vector< TickInfo > >& rRadiusTickInfos in create2DRadiusGrid() [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 | 192 LabelIterator( ::std::vector< TickInfo >& rTickInfoVector 208 LabelIterator::LabelIterator( ::std::vector< TickInfo >& rTickInfoVector in LabelIterator() 363 MaxLabelTickIter( ::std::vector< TickInfo >& rTickInfoVector 371 ::std::vector< TickInfo >& m_rTickInfoVector; 372 ::std::vector< sal_Int32 > m_aValidIndices; 376 MaxLabelTickIter::MaxLabelTickIter( ::std::vector< TickInfo >& rTickInfoVector in MaxLabelTickIter() 465 void VCartesianAxis::createAllTickInfosFromComplexCategories( ::std::vector< ::std::vector< TickInf… in createAllTickInfosFromComplexCategories() 476 ::std::vector< TickInfo > aTickInfoVector; in createAllTickInfosFromComplexCategories() 477 …std::vector< ComplexCategory > aComplexCategories( m_aAxisProperties.m_pExplicitCategoriesProvider… in createAllTickInfosFromComplexCategories() 479 std::vector< ComplexCategory >::const_iterator aIt(aComplexCategories.begin()); in createAllTickInfosFromComplexCategories() [all …]
|
| /trunk/main/chart2/source/view/charttypes/ |
| H A D | VSeriesPlotter.cxx | 125 ::std::vector< VDataSeries* >::const_iterator aIter = m_aSeriesVector.begin(); in deleteSeries() 126 const ::std::vector< VDataSeries* >::const_iterator aEnd = m_aSeriesVector.end(); in deleteSeries() 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() 173 ::std::vector< VDataSeriesGroup >::iterator aXSlotIter = aZSlotIter->begin(); in ~VSeriesPlotter() 174 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in ~VSeriesPlotter() 220 ::std::vector< VDataSeriesGroup > aZSlot; in addSeries() 227 ::std::vector< VDataSeriesGroup >& rXSlots = m_aZSlots[zSlot]; in addSeries() 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() [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() 499 ::std::vector< VDataSeriesGroup >::iterator aXSlotIter = aZSlotIter->begin(); in impl_createSeriesShapes() 500 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in impl_createSeriesShapes() 505 ::std::vector< VDataSeries* >* pSeriesList = &(aXSlotIter->m_aSeriesVector); in impl_createSeriesShapes() 507 ::std::vector< VDataSeries* >::const_iterator aSeriesIter = pSeriesList->begin(); in impl_createSeriesShapes() 508 const ::std::vector< VDataSeries* >::const_iterator aSeriesEnd = pSeriesList->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() [all …]
|
| /trunk/main/oox/source/core/ |
| H A D | encryption.cxx | 50 using ::std::vector; 93 vector< sal_uInt8> encryptionKey; 209 vector< sal_uInt8 > key( mnKeySize / 8 ); in verifyPassword() 242 encryptionKey = vector< sal_uInt8 >( &pnKey[ 0 ], &pnKey[ nKeySize ] ); in verifyEncryptionData() 332 vector< sal_uInt8 > saltValue; 337 vector< sal_uInt8 > encryptedHmacKey; 338 vector< sal_uInt8 > encryptedHmacValue; 350 vector< sal_uInt8 > saltValue; 352 vector< sal_uInt8 > encryptedVerifierHashInput; 353 vector< sal_uInt8 > encryptedVerifierHashValue; [all …]
|
| /trunk/main/xmloff/source/draw/ |
| H A D | ximpcustomshape.cxx | 68 std::vector< com::sun::star::beans::PropertyValue >& rCustomShapeGeometry ) : in XMLEnhancedCustomShapeContext() 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() 123 void GetDistance( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetDistance() 137 void GetString( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetString() 146 void GetEnum( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetEnum() 161 void GetDoublePercentage( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetDoublePercentage() 180 void GetB3DVector( std::vector< com::sun::star::beans::PropertyValue >& rDest, in GetB3DVector() 437 void GetPosition3D( std::vector< com::sun::star::beans::PropertyValue >& rDest, … in GetPosition3D() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | sheetdata.hxx | 113 std::vector<ScLoadedNamespaceEntry> maLoadedNamespaces; 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; [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, 392 const ::std::vector<ScDPLevel*>& ppLev, 398 const ::std::vector< SCROW >& pItemData, 417 bool IsValidEntry( const ::std::vector< SCROW >& aMembers ) const; [all …]
|
| H A D | dptabdat.hxx | 110 ::std::vector<long> aColLevelDims; 111 ::std::vector<ScDPDimension*> aColDims; 112 ::std::vector<ScDPLevel*> aColLevels; 113 ::std::vector<long> aRowLevelDims; 114 ::std::vector<ScDPDimension*> aRowDims; 115 ::std::vector<ScDPLevel*> aRowLevels; 116 ::std::vector<long> aPageDims; 117 ::std::vector<long> aDataSrcCols; 142 virtual const std::vector< SCROW >& GetColumnEntries( long nColumn ) ; 156 …virtual void FilterCacheTable(const ::std::vector<ScDPCacheTable::Criterion>& r… [all …]
|
| /trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
| H A D | util.cxx | 127 bool getSDKInfoFromRegistry(vector<OUString> & vecHome); 128 bool getJREInfoFromRegistry(vector<OUString>& vecJavaHome); 368 std::vector<std::pair<rtl::OUString, rtl::OUString> >& props, in getJavaProps() 520 void createJavaInfoFromWinReg(std::vector<rtl::Reference<VendorBase> > & vecInfos) in createJavaInfoFromWinReg() 523 std::vector<OUString> vecJavaHome; in createJavaInfoFromWinReg() 527 typedef std::vector<OUString>::iterator ItHome; in createJavaInfoFromWinReg() 538 typedef std::vector<OUString>::iterator ItHome; in createJavaInfoFromWinReg() 549 vector<OUString>& vecJavaHome) in getJavaInfoFromRegistry() 590 typedef vector<OUString>::iterator ItHome; in getJavaInfoFromRegistry() 621 bool getSDKInfoFromRegistry(vector<OUString> & vecHome) in getSDKInfoFromRegistry() [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); 224 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 225 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); 142 virtual void fillControls( ::std::vector< ISaveValueWrapper* >& _rControlList ); 143 virtual void fillWindows( ::std::vector< ISaveValueWrapper* >& _rControlList ); 174 virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList); 175 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() 190 const std::vector< rtl::OUString >& aListItem = queryList[i]; in ResultSetForQuery() 267 vector<HitItem>* pQueryResultVector = aQueryListResultVectorVector[n]; in ResultSetForQuery() [all …]
|
| /trunk/main/oox/inc/oox/drawingml/ |
| H A D | customshapeproperties.hxx | 104 std::vector< com::sun::star::drawing::EnhancedCustomShapeParameterPair > parameter; 123 std::vector< CustomShapeGuide >& getAdjustmentGuideList(){ return maAdjustmentGuideList; }; in getAdjustmentGuideList() 124 std::vector< CustomShapeGuide >& getGuideList(){ return maGuideList; }; in getGuideList() 125 std::vector< AdjustHandle >& getAdjustHandleList(){ return maAdjustHandleList; }; in getAdjustHandleList() 126 std::vector< ConnectionSite >& getConnectionSiteList(){ return maConnectionSiteList; }; in getConnectionSiteList() 128 std::vector< Path2D >& getPath2DList(){ return maPath2DList; }; in getPath2DList() 129 …std::vector< com::sun::star::drawing::EnhancedCustomShapeSegment >& getSegments(){ return maSegmen… in getSegments() 136 double getValue( const std::vector< CustomShapeGuide >&, sal_uInt32 nIndex ) const; 137 …static sal_Int32 SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideList, const Cust… 138 …static sal_Int32 GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& rGuideList, cons… [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() 117 blobs_.push_front(std::vector< char >()); in newBlob() 121 std::vector< UnmarshalData > unmarshal; 123 std::vector< StringData > unmarshalStrings; 126 std::list< std::vector< char > > blobs_; 135 std::vector< char > & blob, std::size_t alignment, std::size_t offset, in align() 138 std::vector< char >::size_type n = blob.size(); in align() 145 std::vector< char > & blob, T const & data, std::size_t alignment, in add() 183 std::vector< sal_Int32 > low(dims); in alignment() [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 | 62 …t Reference< XResultSet >& _xResultSet,sal_Int32 _nType,const std::vector< std::vector< Any > >& _… in lcl_setRows_throw() 70 std::vector< std::vector< Any > >::const_iterator aIter = _rRows.begin(); in lcl_setRows_throw() 1503 std::vector< std::vector< Any > > rRows; in getTableTypes() 1508 std::vector< Any > aRow(1); in getTableTypes() 1526 std::vector< std::vector< Any > > rRows; in getTypeInfo() 1531 std::vector< Any > aRow(1); in getTypeInfo() 1569 std::vector< std::vector< Any > > rRows; in getCatalogs() 1577 std::vector< Any > aRow(1); in getCatalogs() 1604 std::vector< std::vector< Any > > rRows; in getSchemas() 1612 std::vector< Any > aRow(1); in getSchemas() [all …]
|
| /trunk/main/xmloff/inc/xmloff/ |
| H A D | xmlexppr.hxx | 65 ::std::vector< XMLPropertyState > _Filter( 72 ::std::vector< XMLPropertyState >& rProperties, 79 const ::std::vector< XMLPropertyState >& rProperties, 91 const ::std::vector< XMLPropertyState > *pProperties = 0, 96 const ::std::vector< XMLPropertyState >& rProperties, 118 ::std::vector< XMLPropertyState > Filter( in Filter() 128 ::std::vector< XMLPropertyState > FilterDefaults( in FilterDefaults() 134 sal_Bool Equals( const ::std::vector< XMLPropertyState >& aProperties1, 135 const ::std::vector< XMLPropertyState >& aProperties2 ) const; 140 const ::std::vector< XMLPropertyState >& rProperties, [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | arrange.cxx | 281 for( std::vector< WindowArranger::Element >::iterator it = m_aElements.begin(); in ~RowOrColumn() 292 for( std::vector< WindowArranger::Element >::const_iterator it = m_aElements.begin(); in getOptimalSize() 337 void RowOrColumn::distributeRowWidth( std::vector<Size>& io_rSizes, long /*i_nUsedWidth*/, long i_n… in distributeRowWidth() 343 std::vector< size_t > aIndices; in distributeRowWidth() 377 void RowOrColumn::distributeColumnHeight( std::vector<Size>& io_rSizes, long /*i_nUsedHeight*/, lon… in distributeColumnHeight() 383 std::vector< size_t > aIndices; in distributeColumnHeight() 435 std::vector<Size> aElementSizes( nElements ); in resize() 497 std::vector< WindowArranger::Element >::iterator it = m_aElements.begin(); in addWindow() 515 std::vector< WindowArranger::Element >::iterator it = m_aElements.begin(); in addChild() 527 for( std::vector< WindowArranger::Element >::iterator it = m_aElements.begin(); in remove() [all …]
|