/aoo42x/main/chart2/source/tools/ |
H A D | InternalData.cxx | 107 m_aData.resize( nSize ); in createDefaultData() 128 m_aRowLabels.resize( m_nRowCount ); in setData() 130 m_aColumnLabels.resize( m_nColumnCount ); in setData() 206 m_aColumnLabels.resize(nColumnIndex+1); in setComplexColumnLabel() 218 m_aRowLabels.resize(nRowIndex+1); in setComplexRowLabel() 298 m_aData.resize( nNewSize ); in enlargeData() 331 m_aData.resize( nNewSize ); in insertColumn() 383 m_aData.resize( nNewSize ); in insertRow() 419 m_aData.resize( nNewSize ); in deleteColumn() 459 m_aData.resize( nNewSize ); in deleteRow() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 126 virtual void resize() = 0; 202 resize(); in setManagedArea() 209 resize(); in setOuterBorder() 243 virtual void resize(); 288 virtual void resize(); 314 virtual void resize(); 339 virtual void resize(); 345 resize(); in setIndent() 375 virtual void resize() {} in resize() function in vcl::Spacer 438 virtual void resize();
|
/aoo42x/main/vigra/ |
H A D | vigra1.6.0.patch | 129 - resize(width, height, value_type()); 130 + resize(w, h, value_type()); 156 + resize(sz.x, sz.y, value_type()); 182 - resize(width, height, d); 183 + resize(w, h, d); 210 - resize(size.x, size.y, d); 211 + resize(sz.x, sz.y, d); 272 - void resize(int width, int height) 273 + void resize(int w, int h) 278 + resize(w, h, value_type()); [all …]
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | ResourceManager.cxx | 253 maDecks.resize(nCount); in ReadDeckList() 291 maDecks.resize(nWriteIndex); in ReadDeckList() 309 maPanels.resize(nCount); in ReadPanelList() 353 maPanels.resize(nWriteIndex); in ReadPanelList() 535 maDecks.resize(maDecks.size() + nCount); in ReadLegacyAddons() 536 maPanels.resize(maPanels.size() + nCount); in ReadLegacyAddons() 575 maDecks.resize(nDeckWriteIndex); in ReadLegacyAddons() 577 maPanels.resize(nPanelWriteIndex); in ReadLegacyAddons()
|
H A D | Theme.cxx | 748 maPropertyIdToNameMap.resize(__Post_Rect); in SetupPropertyMaps() 749 maImages.resize(__Image_Color - __Pre_Image - 1); in SetupPropertyMaps() 750 maColors.resize(__Color_Paint - __Image_Color - 1); in SetupPropertyMaps() 751 maPaints.resize(__Paint_Int - __Color_Paint - 1); in SetupPropertyMaps() 752 maIntegers.resize(__Int_Bool - __Paint_Int - 1); in SetupPropertyMaps() 753 maBooleans.resize(__Bool_Rect - __Int_Bool - 1); in SetupPropertyMaps() 754 maRectangles.resize(__Post_Rect - __Bool_Rect - 1); in SetupPropertyMaps() 818 maRawValues.resize(maPropertyIdToNameMap.size()); in SetupPropertyMaps()
|
H A D | EnumContext.cxx | 176 maApplicationVector.resize(eApplication+1); in AddEntry() 187 maApplicationVector.resize(static_cast<size_t>(EnumContext::__LastApplicationEnum)+1); in ProvideApplicationContainers() 240 maContextVector.resize(eApplication+1); in AddEntry() 251 maContextVector.resize(static_cast<size_t>(__LastContextEnum)+1); in ProvideContextContainers()
|
H A D | GridLayouter.cxx | 305 maColumns.resize(nColumn+1); in GetCell() 306 maColumnDescriptors.resize(nColumn+1); in GetCell() 312 rColumn.resize(nRow+1); in GetCell() 317 rCellData.resize(nVariant+1); in GetCell()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | containerhelper.hxx | 111 …inline explicit Matrix( size_type nWidth, size_type nHeight ) { this->resize( nWidth, nHeight … in Matrix() 112 …ix( size_type nWidth, size_type nHeight, const_reference rData ) { this->resize( nWidth, nHeight, … in Matrix() 122 inline void clear() { this->resize( 0, 0 ); } in clear() 123 …inline void resize( size_type nWidth, size_type nHeight ) { mnWidth = nWidth; maData.resiz… in resize() function in oox::Matrix 124 …inline void resize( size_type nWidth, size_type nHeight, const_reference rData ) { mnWidth… in resize() function in oox::Matrix
|
/aoo42x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 818 m_pPushButton->resize( qRect.size() ); in pushButton() 877 m_pCheckBox->resize( qRect.size() ); in checkBox() 902 pComboBox->resize( qRect.size() ); in comboBox() 915 m_pLineEdit->resize( qRect.size() ); in lineEdit() 961 m_pTabBar->resize( qRect.size() ); in tabBar() 977 m_pTabWidget->resize( qRect.size() ); in tabWidget() 990 m_pListView->resize( qRect.size() ); in listView() 1008 m_pScrollBar->resize( qRect.size() ); in scrollBar() 1051 pToolBar->resize( qRect.size() ); in toolBar() 1085 m_pMenuBar->resize( qRect.size() ); in menuBar() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 128 pResize->resize(); in show() 271 resize(); in setProperties() 417 void RowOrColumn::resize() in resize() function in RowOrColumn 585 void LabeledElement::resize() in resize() function in LabeledElement 739 void LabelColumn::resize() in resize() function in LabelColumn 753 RowOrColumn::resize(); in resize() 763 resize(); in addRow() 775 resize(); in addRow() 798 void Indenter::resize() in resize() function in Indenter 934 void MatrixArranger::resize() in resize() function in MatrixArranger
|
/aoo42x/main/starmath/source/ |
H A D | parse.cxx | 1044 LineArray.resize(n); in Table() 1116 ExpressionArray.resize(n); in Line() 1123 ExpressionArray.resize(++n); in Line() 1132 ExpressionArray.resize(++n); in Line() 1157 RelationArray.resize(n); in Expression() 1160 RelationArray.resize(++n); in Expression() 1165 RelationArray.resize(++n); in Expression() 2154 aNodes.resize(nNum); in Bracebody() 2211 ExpressionArray.resize(2); in Binom() 2237 ExpressionArray.resize(n); in Stack() [all …]
|
H A D | mathmlimport.cxx | 1221 aRelationArray.resize(i); in EndElement() 1625 aSubNodes.resize(1 + SUBSUP_NUM_ENTRIES); in GenericEndElement() 1687 aSubNodes.resize(1 + SUBSUP_NUM_ENTRIES); in GenericEndElement() 1739 aSubNodes.resize(2); in HandleAccent() 1822 aSubNodes.resize(2); in HandleAccent() 2344 ContextArray.resize(1); in EndElement() 2357 LineArray.resize(n); in EndElement() 2438 aRelationArray.resize(nSize); in EndElement() 2507 aRelationArray.resize(1); in EndElement() 2706 aRelationArray.resize(1); in EndElement() [all …]
|
/aoo42x/main/comphelper/source/streaming/ |
H A D | memorystream.cxx | 161 maData.resize( static_cast< sal_Int32 >( location ) ); in seek() 164 maData.resize( static_cast< sal_Int32 >( location ) ); in seek() 193 maData.resize( static_cast< sal_Int32 >( nNewSize ) ); in writeBytes() 215 maData.resize( 0 ); in truncate()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | eformshelper.cxx | 314 _rModelNames.resize( 0 ); in getFormModelNames() 321 _rModelNames.resize( aModelNames.getLength() ); in getFormModelNames() 337 _rBindingNames.resize( 0 ); in getBindingNames() 348 _rBindingNames.resize( aNames.getLength() ); in getBindingNames() 659 _rElementNames.resize( 0 ); in getAllElementUINames() 716 _rElementNames.resize( rMapUINameToElement.size() ); in getAllElementUINames()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsTheme.cxx | 83 maStrings.resize(_StringType_Size_); in Theme() 91 maColor.resize(_ColorType_Size_); in Theme() 103 maIntegerValues.resize(_IntegerValueType_Size_); in Theme() 135 maGradients.resize(_GradientColorType_Size_); in Update() 165 maIcons.resize(_IconType_Size_); in Update()
|
/aoo42x/main/oox/source/core/ |
H A D | encryption.cxx | 361 bytes.resize( (len + 3) / 4 * 3 ); in decodeBase64() 369 bytes.resize( decodedSize ); in decodeBase64() 722 digest.resize( size ); in toBlock36() 727 digest.resize( size ); in toBlock36() 736 digest.resize( size ); in toBlock0() 741 digest.resize( size ); in toBlock0() 813 decryptedData.resize( decryptedDataLength ); in decryptAll() 853 encryptedVerifierHash.resize( verifierDigest.digestSize() ); in verifyPassword()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 65 maWidths.resize( static_cast< size_t >( mnMaxCol + 1 ), 0 ); in XclImpColRowSettings() 66 maColFlags.resize( static_cast< size_t >( mnMaxCol + 1 ), 0 ); in XclImpColRowSettings() 67 maHeights.resize( static_cast< size_t >( mnMaxRow + 1 ), 0 ); in XclImpColRowSettings() 68 maRowFlags.resize( static_cast< size_t >( mnMaxRow + 1 ), 0 ); in XclImpColRowSettings()
|
/aoo42x/main/chart2/source/model/main/ |
H A D | BaseCoordinateSystem.cxx | 141 m_aAllAxis.resize( m_nDimensionCount ); in BaseCoordinateSystem() 144 m_aAllAxis[nN].resize( 1 ); in BaseCoordinateSystem() 183 m_aAllAxis.resize(rSource.m_aAllAxis.size()); in BaseCoordinateSystem() 230 m_aAllAxis[ nDimensionIndex ].resize( nIndex+1 ); in setAxisByDimension()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | AccessibleGridControlTable.cxx | 79 m_pAccessCellVector.resize(nCount); in getAccessibleChild() 80 m_pCellVector.resize(nCount); in getAccessibleChild() 237 m_pAccessCellVector.resize(nCount); in getAccessibleCellAt() 238 m_pCellVector.resize(nCount); in getAccessibleCellAt()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | appletshape.cxx | 146 (*aIter)->resize(getBounds()); in implViewChanged() 160 &ViewAppletShape::resize, in implViewsChanged() 181 maViewAppletShapes.back()->resize( getBounds() ); in addViewLayer()
|
H A D | mediashape.cxx | 123 (*aIter)->resize(getBounds()); in implViewChanged() 137 &ViewMediaShape::resize, in implViewsChanged() 153 maViewMediaShapes.back()->resize( getBounds() ); in addViewLayer()
|
/aoo42x/main/oox/source/ole/ |
H A D | vbainputstream.cxx | 167 maChunk.resize( maChunk.size() + nLength ); in updateChunk() 183 maChunk.resize( maChunk.size() + 1 ); in updateChunk() 192 maChunk.resize( nChunkLen ); in updateChunk()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | Splines.cxx | 167 m_aSecDerivY.resize( n + 1, 0.0 ); in Calculate() 242 m_aSecDerivY.resize( n + 1, 0.0 ); in CalculatePeriodic() 594 aInputX.resize(nMaxIndexPoints+1); in CalculateCubicSplines() 596 aInputY.resize(nMaxIndexPoints+1); in CalculateCubicSplines() 598 aInputZ.resize(nMaxIndexPoints+1); in CalculateCubicSplines() 736 aPointsIn.resize(nMaxIndexPoints+1); in CalculateBSplines()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 96 nRowsPerRow.resize(nRowsPerRow.size() + nDefaultRowCount, 1); in AddRow() 97 nRealRows.resize(nRowsPerRow.size() + nDefaultRowCount + 1, 0); in AddRow() 107 nColsPerCol.resize(nColsPerCol.size() + nDefaultColCount, 1); in AddColumn() 108 nRealCols.resize(nColsPerCol.size() + nDefaultColCount + 1, 0); in AddColumn() 156 aTableVec.resize(nDefaultTabCount, NULL); in ScMyTables() 545 aTableVec.resize(aTableVec.size() + nDefaultTabCount); in NewTable()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygonrasterconverter.cxx | 74 bool resize( sal_uInt32 nNumElements ); 95 bool radixSort::resize( sal_uInt32 nNumElements ) { in resize() function in basegfx::radixSort 205 if(!(resize(nNumElements))) in sort() 386 maScanlines.resize( nScanlines+1 ); in init()
|