Searched refs:pSep (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | regband.cxx | 100 pSep = pSep->mpNextSep; in ImplRegionBand() 329 pSep = pSep->mpNextSep; in MoveX() 342 pSep = pSep->mpNextSep; in ScaleX() 364 pSep = pSep->mpNextSep; in OptimizeBand() 385 pSep = pSep->mpNextSep; in OptimizeBand() 459 pSep = pSep->mpNextSep; in Union() 506 pSep = pSep->mpNextSep; in Intersect() 586 pSep = pSep->mpNextSep; in Exclude() 849 pSep = pSep->mpNextSep; in IsInside() 865 pSep = pSep->mpNextSep; in IsOver() [all …]
|
H A D | regionband.cxx | 298 while(pSep) in save() 306 pSep = pSep->mpNextSep; in save() 644 while ( pSep ) in OptimizeBandList() 646 pSep = pSep->mpNextSep; in OptimizeBandList() 989 pSep = pSep->mpNextSep; in Union() 1124 pSep = pSep->mpNextSep; in Intersect() 1180 pSep = pSep->mpNextSep; in Exclude() 1237 pSep = pSep->mpNextSep; in XOr() 1312 pSep = pSep->mpNextSep; in getRectangleCount() 1354 if(pSep->mnXRight < pSep->mnXLeft) in ImplDbgTestRegionBand() [all …]
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 123 const WW8RStyle* pSty = 0, const WW8PLCFx_SEPX* pSep = 0); 831 WW8PLCFx_SEPX* pSep = mrReader.pPlcxMan->GetSepPLCF(); in CreateSep() local 832 ASSERT(pSep, "impossible!"); in CreateSep() 833 if (!pSep) in CreateSep() 913 (0 != ReadBSprm( pSep, pIds[1], 0 )); in CreateSep() 916 aNewSection.maSep.nfcPgn = ReadBSprm( pSep, pIds[2], 0 ); in CreateSep() 927 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep() 1121 if (const sal_uInt8* pS = pSep->HasSprm(0x7030)) in CreateSep() 1125 sal_uInt16 pgbProp = ReadSprm( pSep, 0x522F, 0 ); in CreateSep() 1253 const WW8RStyle* pSty, const WW8PLCFx_SEPX* pSep) in lcl_ReadBorders() argument [all …]
|
H A D | ww8scan.cxx | 4465 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 D | ww8scan.hxx | 847 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFtn, *pEdn, *pBkm, *pPcd, member in WW8PLCFMan 898 { return (WW8PLCFx_SEPX*)pSep->pPLCFx; } in GetSepPLCF()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 539 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 D | textdoc.hxx | 128 sal_uLong GetTextLen( const sal_Unicode* pSep, const TextSelection* pSel = NULL ) const; 129 String GetText( const sal_Unicode* pSep ) const;
|
H A D | texteng.cxx | 311 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 D | LocaleNode.cxx | 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() 765 if (!pSep) in generateCode() 769 nTime = aCode.indexOf( pSep->getValue()); in generateCode() 774 pSep = pCtype->findNode( "Time100SecSeparator"); in generateCode() 775 if (!pSep) in generateCode() 779 n100s = aCode.indexOf( pSep->getValue()); in generateCode() [all …]
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 4019 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 D | ww8scan.hxx | 672 WW8PLCFxDesc *pChp, *pPap, *pSep, *pFld, *pFldTxbx, *pFldTxbxHdft, member in WW8PLCFMan 724 WW8PLCFx_SEPX* GetSepPLCF(){ return (WW8PLCFx_SEPX*)pSep->pPLCFx; } in GetSepPLCF()
|
Completed in 212 milliseconds