Home
last modified time | relevance | path

Searched refs:pOffsets (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx2995 sal_uInt16* pOffsets = aOffsets[0]; in CalculateHandoutAreas() local
3023 pOffsets = aOffsets[ bLandscape ? 1 : 0 ]; in CalculateHandoutAreas()
3028 pOffsets = aOffsets[ bHorizontal ? 0 : 2 ]; in CalculateHandoutAreas()
3041 pOffsets = aOffsets[ bLandscape ? 1 : 3 ]; in CalculateHandoutAreas()
3049 pOffsets = aOffsets[4]; in CalculateHandoutAreas()
3098 rAreas[*pOffsets++] = Rectangle(aPos, aSize); in CalculateHandoutAreas()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.hxx75 return pOffsets[ nIndex ].sName; in GetStreamName()
97 VBAOffset_Impl *pOffsets; member in VBA_Impl
H A Dmsvbasic.cxx66 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx3162 const sal_Int32* pOffsets = rOffsets.getConstArray(); in ReplaceTextOnly() local
3167 sal_Int32 nDiff = (nCurrentPos-nDiffs) - pOffsets[n]; in ReplaceTextOnly()
H A Dtextconv.cxx472 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 Dtextconv.hxx73 const ::com::sun::star::uno::Sequence< sal_Int32 > *pOffsets,
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx260 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()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1902 const sal_Int32* pOffsets = rOffsets.getConstArray(); in ReplaceTextOnly() local
1907 xub_StrLen nOff = (xub_StrLen)pOffsets[ nI ]; in ReplaceTextOnly()
1912 while( nI + nCnt < nTLen && nOff == pOffsets[ nI + nCnt ] ) in ReplaceTextOnly()
/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx301 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()
H A Dmsvbasic.hxx56 : 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
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx348 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 …]
/trunk/main/sw/inc/
H A Dhhcwrp.hxx78 const ::com::sun::star::uno::Sequence< sal_Int32 > *pOffsets,
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx553 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()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx304 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()

Completed in 147 milliseconds