Home
last modified time | relevance | path

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

/AOO41X/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 …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par6.cxx123 const WW8RStyle* pSty = 0, const WW8PLCFx_SEPX* pSep = 0);
150 static short ReadSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadSprm() argument
152 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadSprm()
157 static sal_uInt16 ReadUSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, short nDefaultVal ) in ReadUSprm() argument
159 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadUSprm()
164 static sal_uInt8 ReadBSprm( const WW8PLCFx_SEPX* pSep, sal_uInt16 nId, sal_uInt8 nDefaultVal ) in ReadBSprm() argument
166 const sal_uInt8* pS = pSep->HasSprm( nId ); // sprm da ? in ReadBSprm()
831 WW8PLCFx_SEPX* pSep = mrReader.pPlcxMan->GetSepPLCF(); in CreateSep() local
832 ASSERT(pSep, "impossible!"); in CreateSep()
833 if (!pSep) in CreateSep()
[all …]
H A Dww8scan.cxx4465 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()
4466 pSep->nEndPos--; in AdjustEnds()
4469 else if ( (&rDesc == pChp) || (&rDesc == pSep) ) in AdjustEnds()
4576 pSep = &aD[9]; in WW8PLCFMan()
4578 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan()
4598 pSep = &aD[6]; // Dummy in WW8PLCFMan()
4832 else if( p == pSep ) in GetSprmStart()
H A Dww8scan.hxx847 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFtn, *pEdn, *pBkm, *pPcd, member in WW8PLCFMan
898 { return (WW8PLCFx_SEPX*)pSep->pPLCFx; } in GetSepPLCF()
/AOO41X/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()
/AOO41X/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 …]
/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4019 if( pSep->nEndPos == nLineEnd ) in AdjustEnds()
4020 pSep->nEndPos--; in AdjustEnds()
4023 else if ( (&rDesc == pChp) || (&rDesc == pSep) ) in AdjustEnds()
4124 pSep = &aD[9]; in WW8PLCFMan()
4126 pSep->pPLCFx = pBase->pSepPLCF; in WW8PLCFMan()
4146 pSep = &aD[6]; // Dummy in WW8PLCFMan()
4387 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()