/aoo41x/main/sw/source/core/undo/ |
H A D | unovwr.cxx | 348 Sequence< sal_Int32 >* pOffsets; member 353 : sText( rTxt ), pHistory( 0 ), pOffsets( 0 ), in _UndoTransliterate_Data() 356 ~_UndoTransliterate_Data() { delete pOffsets; delete pHistory; } in ~_UndoTransliterate_Data() 416 const sal_Int32* pOffsets = rOffsets.getConstArray(); in AddChanges() local 418 const sal_Int32* p = pOffsets; in AddChanges() 423 pNew->pOffsets = new Sequence <sal_Int32> ( nLen ); in AddChanges() 424 sal_Int32* pIdx = pNew->pOffsets->getArray(); in AddChanges() 425 p = pOffsets; in AddChanges() 477 Sequence <sal_Int32> aOffsets( pOffsets ? pOffsets->getLength() : nLen ); in SetChangeAtNode() 478 if( pOffsets ) in SetChangeAtNode() [all …]
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msvbasic.cxx | 66 xStor(&rIn), pOffsets(0), nOffsets(0), meCharSet(RTL_TEXTENCODING_MS_1252), in VBA_Impl() 73 delete [] pOffsets; in ~VBA_Impl() 324 pOffsets = new VBAOffset_Impl[ nOffsets ]; in ReadVBAProject() 334 sal_Unicode* pBuf = pOffsets[i].sName.AllocBuffer( nLen / 2 ); in ReadVBAProject() 349 pOffsets[i].sName += String( aByteStr, meCharSet); in ReadVBAProject() 380 *xVBAProject >> pOffsets[i].nOffset; in ReadVBAProject() 500 xVBAStream = xVBA->OpenSotStream( pOffsets[nIndex].sName, in Decompress() 546 xVBAStream->Seek( pOffsets[ nIndex ].nOffset + 3 ); in DecompressVBA()
|
H A D | msvbasic.hxx | 77 return pOffsets[ nIndex ].sName; in GetStreamName() 99 VBAOffset_Impl *pOffsets; member in VBA_Impl
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | msvbasic.hxx | 56 : xStor(&rIn), pOffsets(0), nOffsets(0), bCommented(bCmmntd) in VBA_Impl() 58 ~VBA_Impl() {if (nOffsets) delete [] pOffsets;} in ~VBA_Impl() 66 return pOffsets[ nIndex ].sName; in GetStreamName() 79 VBAOffset_Impl *pOffsets; member in VBA_Impl
|
H A D | msvbasic.cxx | 301 pOffsets = new VBAOffset_Impl[nOffsets]; in ReadVBAProject() 312 pOffsets[i].sName += discard; in ReadVBAProject() 344 *xVBAProject >> pOffsets[i].nOffset; in ReadVBAProject() 385 xVBAStream = xVBA->OpenStream( pOffsets[nIndex].sName, in Decompress() 422 xVBAStream->Seek(pOffsets[nIndex].nOffset+3); in DecompressVBA()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | textconv.cxx | 472 const uno::Sequence< sal_Int32 > *pOffsets, in ChangeText() 481 if (pOffsets && pESelection) // try to keep as much attributation as possible ? in ChangeText() 488 const sal_Int32 nIndices = pOffsets->getLength(); in ChangeText() 489 const sal_Int32 *pIndices = pOffsets->getConstArray(); in ChangeText()
|
H A D | textconv.hxx | 73 const ::com::sun::star::uno::Sequence< sal_Int32 > *pOffsets,
|
H A D | impedit4.cxx | 3162 const sal_Int32* pOffsets = rOffsets.getConstArray(); in ReplaceTextOnly() local 3167 sal_Int32 nDiff = (nCurrentPos-nDiffs) - pOffsets[n]; in ReplaceTextOnly()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 260 const uno::Sequence< sal_Int32 > *pOffsets, in ChangeText() 270 if (pOffsets && pCrsr) // try to keep as much attributation as possible ? in ChangeText() 278 const sal_Int32 nIndices = pOffsets->getLength(); in ChangeText() 279 const sal_Int32 *pIndices = pOffsets->getConstArray(); in ChangeText()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 553 sal_uInt16* pOffsets = new sal_uInt16[ nColsPerRow+1 ]; in SetWidths() local 554 memset( pOffsets, 0, (nColsPerRow+1) * sizeof(sal_uInt16) ); in SetWidths() 557 pOffsets[0] = nColOffsetStart; in SetWidths() 620 pOffsets[nCol] = pOffsets[nCol-1] + pWidths[nCol-1]; in SetWidths() 625 MakeColNoRef( pLocalColOffset, pOffsets[nCol], 0, 0, 0 ); in SetWidths() 627 nTableWidth = pOffsets[nColsPerRow] - pOffsets[0]; in SetWidths() 638 pE->nOffset = pOffsets[nCol]; in SetWidths() 642 pE->nWidth = pOffsets[nCol] - pE->nOffset; in SetWidths() 649 delete [] pOffsets; in SetWidths()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 304 const double* pOffsets( aOrigOffsets.getConstArray() ); in calcSubsetOffsets() local 322 *(::std::min_element( pOffsets+rSubset.mnSubsetBegin-1, in calcSubsetOffsets() 323 pOffsets+rSubset.mnSubsetEnd )) ); in calcSubsetOffsets() 331 *(::std::max_element( pOffsets + (rSubset.mnSubsetBegin <= 0 ? in calcSubsetOffsets() 333 pOffsets + rSubset.mnSubsetEnd )) ); in calcSubsetOffsets() 373 ::std::transform( pOffsets + rSubset.mnSubsetBegin, in calcSubsetOffsets() 374 pOffsets + rSubset.mnSubsetEnd, in calcSubsetOffsets()
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage.cxx | 3049 sal_uInt16* pOffsets = aOffsets[0]; in CalculateHandoutAreas() local 3077 pOffsets = aOffsets[ bLandscape ? 1 : 0 ]; in CalculateHandoutAreas() 3082 pOffsets = aOffsets[ bHorizontal ? 0 : 2 ]; in CalculateHandoutAreas() 3095 pOffsets = aOffsets[ bLandscape ? 1 : 3 ]; in CalculateHandoutAreas() 3103 pOffsets = aOffsets[4]; in CalculateHandoutAreas() 3152 rAreas[*pOffsets++] = Rectangle(aPos, aSize); in CalculateHandoutAreas()
|
/aoo41x/main/sw/inc/ |
H A D | hhcwrp.hxx | 78 const ::com::sun::star::uno::Sequence< sal_Int32 > *pOffsets,
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1896 const sal_Int32* pOffsets = rOffsets.getConstArray(); in ReplaceTextOnly() local 1901 xub_StrLen nOff = (xub_StrLen)pOffsets[ nI ]; in ReplaceTextOnly() 1906 while( nI + nCnt < nTLen && nOff == pOffsets[ nI + nCnt ] ) in ReplaceTextOnly()
|