Home
last modified time | relevance | path

Searched refs:pCurLine (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp350 LPTSTR pCurLine = pRetBuf; in ReadProfile() local
351 while ( *pCurLine ) in ReadProfile()
356 pCurLine += GetNameValue( pCurLine, &pName, &pValue ); in ReadProfile()
410 LPTSTR pCurLine = pRetBuf; in ReadProfile() local
415 nNext = GetNameValue( pCurLine, &pName, &pValue ); in ReadProfile()
420 pCurLine += nNext; in ReadProfile()
428 if ( !*pCurLine ) in ReadProfile()
434 pCurLine += GetNameValue( pCurLine, &pName, &pValue ); in ReadProfile()
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1975 const Scanline pCurLine = i_pBitmap->GetScanline( nY ); in writeG4Stream() local
1977 bool bRunSet = (*pCurLine & 0x80) ? true : false; in writeG4Stream()
1979 long nRunIndex1 = bRunSet ? 0 : findBitRun( pCurLine, 0, nW, bRunSet ); in writeG4Stream()
2013 … long nRunIndex2 = findBitRun( pCurLine, nRunIndex1, nW, isSet( pCurLine, nRunIndex1 ) ); in writeG4Stream()
2014 … bool bWhiteFirst = ( nLineIndex + nRunIndex1 == 0 || ! isSet( pCurLine, nLineIndex ) ); in writeG4Stream()
2027 bool bSet = isSet( pCurLine, nLineIndex ); in writeG4Stream()
2028 nRunIndex1 = findBitRun( pCurLine, nLineIndex, nW, bSet ); in writeG4Stream()
2035 pRefLine = pCurLine; in writeG4Stream()
/AOO41X/main/cui/source/inc/
H A Dborder.hxx144 const SvxBorderLine* pCurLine,
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx2231 …Int16 ImpEditEngine::SplitTextPortion( ParaPortion* pPortion, sal_uInt16 nPos, EditLine* pCurLine ) in SplitTextPortion() argument
2271 if ( pCurLine ) in SplitTextPortion()
2274 DBG_ASSERT( nPos > pCurLine->GetStart(), "SplitTextPortion am Anfang der Zeile?" ); in SplitTextPortion()
2275 … pTextPortion->GetSize().Width() = pCurLine->GetCharPosArray()[ nPos-pCurLine->GetStart()-1 ]; in SplitTextPortion()
H A Dimpedit.hxx564 …6 SplitTextPortion( ParaPortion* pParaPortion, sal_uInt16 nPos, EditLine* pCurLine = 0 );