Home
last modified time | relevance | path

Searched refs:nOldSize (Results 1 – 25 of 32) sorted by path

12

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2107 sal_uIntPtr nOldSize; in WriteMemo() local
2109 nOldSize = ((((unsigned char)sHeader[0]) * 256 + in WriteMemo()
2114 nOldSize = ((((unsigned char)sHeader[3]) * 256 + in WriteMemo()
2121 …nOldUsedBlocks = ((nOldSize + 8) / m_aMemoHeader.db_size) + (((nOldSize + 8) % m_aMemoHeader.db_si… in WriteMemo()
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx329 int nOldSize = any.getINT32(); in checkInvokation() local
334 OSL_ASSERT( nOldSize + 1 == any.getINT32() ); in checkInvokation()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx482 sal_uInt16 nOldSize, nNewSize,i; in AddPointsToArea() local
489 nOldSize=aLastPoly.GetSize(); in AddPointsToArea()
490 if (aLastPoly.GetPoint(nOldSize-1)==rPoly.GetPoint(0)) nOldSize--; in AddPointsToArea()
491 nNewSize=nOldSize+rPoly.GetSize(); in AddPointsToArea()
493 for (i=nOldSize; i<nNewSize; i++) { in AddPointsToArea()
503 sal_uInt16 nOldSize, nNewSize,i; in AddPointsToPath() local
510 nOldSize=aLastPoly.GetSize(); in AddPointsToPath()
513 nOldSize--; in AddPointsToPath()
514 nNewSize=nOldSize+rPoly.GetSize(); in AddPointsToPath()
516 for (i=nOldSize; i<nNewSize; i++) { in AddPointsToPath()
[all …]
/trunk/main/rsc/source/res/
H A Drscmgr.cxx303 sal_uInt32 nOldSize; in WriteRcHeader() local
306 nOldSize = rMem.IncSize( 16 /*sizeof( RSHEADER_TYPE )*/ ); in WriteRcHeader()
329 rMem.PutAt( nOldSize, nID ); in WriteRcHeader()
330 rMem.PutAt( nOldSize +4, (sal_uInt32)rInst.pClass->GetTypId() ); in WriteRcHeader()
331 rMem.PutAt( nOldSize +8, (sal_uInt32)(rMem.Size() - nOldSize) ); in WriteRcHeader()
332 rMem.PutAt( nOldSize +12, (sal_uInt32)(nLocalSize - nOldSize) ); in WriteRcHeader()
/trunk/main/sc/source/filter/excel/
H A Dxladdress.cxx104 size_t nOldSize = size(); in Read() local
105 resize( nOldSize + nCount ); in Read()
106 for( iterator aIt = begin() + nOldSize; rStrm.IsValid() && (nCount > 0); --nCount, ++aIt ) in Read()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx339 sal_uInt16 nOldSize; in ReadChTrCellContent() local
340 *pStrm >> nOldSize; in ReadChTrCellContent()
341 DBG_ASSERT( (nOldSize == 0) == (nOldValueType == EXC_CHTR_TYPE_EMPTY), in ReadChTrCellContent()
/trunk/main/sc/source/filter/xml/
H A Dxmldrani.cxx357 sal_uInt32 nOldSize(aSortSequence.getLength()); in EndElement() local
358 aSortSequence.realloc(nOldSize + 1); in EndElement()
362 aSortSequence[nOldSize] = aProperty; in EndElement()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx313 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
314 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
317 pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.AccessibleCell")); in getSupportedServiceNames()
H A DAccessibleDocument.cxx2084 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
2085 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
2088 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.AccessibleSpreadsheetDo… in getSupportedServiceNames()
H A DAccessibleDocumentPagePreview.cxx1803 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
1804 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
1807 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.AccessibleSpreadsheetPa… in getSupportedServiceNames()
H A DAccessiblePageHeader.cxx336 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
337 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
340 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.AccessibleHeaderFo… in getSupportedServiceNames()
H A DAccessiblePageHeaderArea.cxx208 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
209 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
212 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.AccessiblePageHea… in getSupportedServiceNames()
H A DAccessiblePreviewCell.cxx198 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
199 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
202 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.AccessibleCellVie… in getSupportedServiceNames()
H A DAccessiblePreviewHeaderCell.cxx285 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
286 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
289 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.AccessibleCellVie… in getSupportedServiceNames()
H A DAccessiblePreviewTable.cxx635 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
636 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
639 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.table.AccessibleTableVi… in getSupportedServiceNames()
H A DAccessibleSpreadsheet.cxx1340 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames() local
1341 aSequence.realloc(nOldSize + 1); in getSupportedServiceNames()
1344 …pNames[nOldSize] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.AccessibleSpreadsheet")… in getSupportedServiceNames()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx620 sal_uInt32 nOldSize (maPreview.GetSizeBytes()); in Compress() local
622 if (nOldSize == 0) in Compress()
623 nOldSize = 1; in Compress()
624 sal_Int32 nRatio (100L * nNewSize / nOldSize); in Compress()
627 nOldSize, in Compress()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx337 sal_uInt16 nOldSize = 0; in SetSize() local
341 nOldSize = (sal_uInt16) pOld->GetSize(); in SetSize()
347 nOldSize = (sal_uInt16) nNewSize; in SetSize()
357 if( nOldSize ) in SetSize()
359 void* pBuf = new sal_uInt8[ nOldSize ]; in SetSize()
362 if( pOld->Read( pBuf, nOldSize ) in SetSize()
363 && pStgStrm->Write( pBuf, nOldSize ) ) in SetSize()
944 sal_Int32 nOldSize = nSize; in Store() local
955 nStart = nOldStart; nSize = nOldSize; in Store()
/trunk/main/starmath/source/
H A Dsymbol.cxx239 size_t nOldSize = m_aSymbols.size(); in RemoveSymbol() local
241 m_bModified = nOldSize != m_aSymbols.size(); in RemoveSymbol()
/trunk/main/svl/source/items/
H A Ditemset.cxx1843 sal_uInt16 *pUS, std::ptrdiff_t nOldSize, sal_uInt16 nIncr) in AddRanges_Impl() argument
1857 sal_uInt16 *pNew = new sal_uInt16[ nOldSize + nIncr + 1 ]; in AddRanges_Impl()
1860 memcpy( pNew, pUS, nOldSize * sizeof(sal_uInt16) ); in AddRanges_Impl()
1863 memset( pNew + nOldSize, 0, ( nIncr + 1 ) * sizeof(sal_uInt16) ); in AddRanges_Impl()
1873 static SfxItemArray AddItem_Impl(SfxItemArray pItems, sal_uInt16 nOldSize, sal_uInt16 nPos) in AddItem_Impl() argument
1885 SfxItemArray pNew = new const SfxPoolItem*[nOldSize+1]; in AddItem_Impl()
1895 if ( nPos < nOldSize ) in AddItem_Impl()
1897 (nOldSize-nPos) * sizeof(SfxPoolItem **) ); in AddItem_Impl()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3771 sal_Int32 nOldSize = pListeners->size(); in DisconnectFromFields() local
3774 …DBG_ASSERT(nOldSize > (sal_Int32)pListeners->size(), "DbGridControl::DisconnectFromFields : dispos… in DisconnectFromFields()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx642 const sal_Int32 nOldSize = maColumns[nCol].mnSize; in LayoutTableWidth() local
663 nCurrentWidth += maColumns[nCol].mnSize - nOldSize; in LayoutTableWidth()
792 sal_Int32 nOldSize = maRows[nRow].mnSize; in LayoutTableHeight() local
813 nCurrentHeight += maRows[nRow].mnSize - nOldSize; in LayoutTableHeight()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx157 sal_uInt16 nOldSize = nSize; in Resize() local
179 if( nOldSize ) in Resize()
181 if( nOldSize < nSize ) in Resize()
183 memcpy( pPointAry, pOldPointAry, nOldSize*sizeof( Point ) ); in Resize()
184 memcpy( pFlagAry, pOldFlagAry, nOldSize ); in Resize()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx298 sal_uLong nOldSize, nNewSize; // zum Korrigieren der Size-Attribute member
308 pInsLine(0), pInsBox(0), nOldSize(0), nNewSize(0), in _CpyPara()
317 nOldSize(0), nNewSize(rPara.nNewSize), nMinLeft( rPara.nMinLeft ), in _CpyPara()
325 nOldSize(rPara.nOldSize), nNewSize(rPara.nNewSize), in _CpyPara()
2017 nRealSize /= pCpyPara->nOldSize; in lcl_CopyBoxToDoc()
2157 aPara.nOldSize = 0; // will not be used in lcl_CopyLineToDoc()
2170 aPara.nOldSize = pFmt->GetFrmSize().GetWidth(); in lcl_CopyLineToDoc()
2175 aPara.nOldSize += rpFndLine->GetBoxes()[n] in lcl_CopyLineToDoc()
2209 aPara.nNewSize = aPara.nOldSize = rTblNd.GetTable().GetFrmFmt()->GetFrmSize().GetWidth(); in CopyHeadlineIntoTable()
2301 aPara.nNewSize = aPara.nOldSize = GetFrmFmt()->GetFrmSize().GetWidth(); in MakeCopy()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3690 sal_uInt16 nOldSize = rTbl.GetTabLines().Count(); in MergeTable() local
3691 rTbl.GetTabLines().Insert( &rDelTbl.GetTabLines(), nOldSize ); in MergeTable()
3715 const SwTableLine* pFirstLn = rTbl.GetTabLines()[ nOldSize ]; in MergeTable()
3724 if( nOldSize ) in MergeTable()
3727 aPara.nLinePos = --nOldSize; in MergeTable()
3728 pFirstLn = rTbl.GetTabLines()[ nOldSize ]; in MergeTable()

Completed in 220 milliseconds

12