Home
last modified time | relevance | path

Searched refs:pSep (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dregband.cxx85 ImplRegionBandSep* pSep = rRegionBand.mpFirstSep; in ImplRegionBand() local
86 while ( pSep ) in ImplRegionBand()
90 pNewSep->mnXLeft = pSep->mnXLeft; in ImplRegionBand()
91 pNewSep->mnXRight = pSep->mnXRight; in ImplRegionBand()
92 pNewSep->mbRemoved = pSep->mbRemoved; in ImplRegionBand()
94 if ( pSep == rRegionBand.mpFirstSep ) in ImplRegionBand()
100 pSep = pSep->mpNextSep; in ImplRegionBand()
134 ImplRegionBandSep* pSep = mpFirstSep; in ~ImplRegionBand() local
135 while ( pSep ) in ~ImplRegionBand()
137 ImplRegionBandSep* pTempSep = pSep->mpNextSep; in ~ImplRegionBand()
[all …]
H A Dregionband.cxx296 ImplRegionBandSep* pSep = pBand->mpFirstSep; in save() local
298 while(pSep) in save()
302 rOStrm << pSep->mnXLeft; in save()
303 rOStrm << pSep->mnXRight; in save()
306 pSep = pSep->mpNextSep; in save()
643 ImplRegionBandSep* pSep = pBand->mpFirstSep; in OptimizeBandList() local
644 while ( pSep ) in OptimizeBandList()
646 pSep = pSep->mpNextSep; in OptimizeBandList()
984 ImplRegionBandSep* pSep = pBand->mpFirstSep; in Union() local
986 while(pSep) in Union()
[all …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par6.cxx122 const WW8RStyle* pSty = 0, const WW8PLCFx_SEPX* pSep = 0);
149 static short ReadSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadSprm() argument
151 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadSprm()
156 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() argument
158 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadUSprm()
163 static sal_uInt8 ReadBSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, sal_uInt8 nDefaultVal ) in ReadBSprm() argument
165 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadBSprm()
830 WW8PLCFx_SEPX* pSep = mrReader.pPlcxMan->GetSepPLCF(); in CreateSep() local
831 ASSERT(pSep, "impossible!"); in CreateSep()
832 if (!pSep) in CreateSep()
[all …]
H A Dww8scan.cxx4464 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()
4465 pSep->nEndPos--; in AdjustEnds()
4468 else if ( (&rDesc == pChp) || (&rDesc == pSep) ) in AdjustEnds()
4575 pSep = &aD[9]; in WW8PLCFMan()
4577 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan()
4597 pSep = &aD[6]; // Dummy in WW8PLCFMan()
4831 else if( p == pSep ) in GetSprmStart()
H A Dww8scan.hxx846 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFtn, *pEdn, *pBkm, *pPcd, member in WW8PLCFMan
897 { return (WW8PLCFx_SEPX*)pSep->pPLCFx; } in GetSepPLCF()
/AOO42X/main/svtools/source/edit/
H A Dtextdoc.cxx539 String TextDoc::GetText( const sal_Unicode* pSep ) const in GetText()
541 sal_uLong nLen = GetTextLen( pSep ); in GetText()
557 if ( pSep && ( nNode != nLastNode ) ) in GetText()
558 aASCIIText += pSep; in GetText()
575 sal_uLong TextDoc::GetTextLen( const xub_Unicode* pSep, const TextSelection* pSel ) const in GetTextLen() argument
603 if ( pSep ) in GetTextLen()
604 nLen += (nEndNode-nStartNode) * String( pSep ).Len(); in GetTextLen()
H A Dtextdoc.hxx128 …sal_uLong GetTextLen( const sal_Unicode* pSep, const TextSelection* pSel = NULL ) co…
129 String GetText( const sal_Unicode* pSep ) const;
H A Dtexteng.cxx311 const sal_Unicode* pSep = static_getLineEndText( aSeparator ); in GetTextLines() local
321 if ( pSep && ( ( (nP+1) < nParas ) || ( (nL+1) < nLines ) ) ) in GetTextLines()
322 aText += pSep; in GetTextLines()
478 const sal_Unicode* pSep = static_getLineEndText( aSeparator ); in GetText() local
492 aText += pSep; in GetText()
/AOO42X/main/i18npool/source/localedata/
H A DLocaleNode.cxx735 const LocaleNode* pSep = pCtype->findNode( "DecimalSeparator"); in generateCode() local
736 if (!pSep) in generateCode()
740 nDec = aCode.indexOf( pSep->getValue()); in generateCode()
745 pSep = pCtype->findNode( "ThousandSeparator"); in generateCode()
746 if (!pSep) in generateCode()
750 nGrp = aCode.indexOf( pSep->getValue()); in generateCode()
764 const LocaleNode* pSep = pCtype->findNode( "TimeSeparator"); in generateCode() local
765 if (!pSep) in generateCode()
769 nTime = aCode.indexOf( pSep->getValue()); in generateCode()
774 pSep = pCtype->findNode( "Time100SecSeparator"); in generateCode()
[all …]
/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4018 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()
4019 pSep->nEndPos--; in AdjustEnds()
4022 else if ( (&rDesc == pChp) || (&rDesc == pSep) ) in AdjustEnds()
4123 pSep = &aD[9]; in WW8PLCFMan()
4125 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan()
4145 pSep = &aD[6]; // Dummy in WW8PLCFMan()
4386 else if( p == pSep ) in GetSprmStart()
H A Dww8scan.hxx672 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFldTxbx, *pFldTxbxHdft, member in WW8PLCFMan
724 WW8PLCFx_SEPX* GetSepPLCF(){ return (WW8PLCFx_SEPX*)pSep->pPLCFx; } in GetSepPLCF()