Searched refs:nLineLength (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/tools/source/debug/ |
H A D | debug.cxx | 747 size_t nLineLength = pNextLine - pLine; in GetDebugData() local 749 if ( lcl_isConfigSection( pLine, nLineLength ) ) in GetDebugData() 750 eCurrentSection = lcl_getSectionFromName( pLine + 1, nLineLength - 2 ); in GetDebugData() 756 … lcl_tryReadConfigBoolean( pLine, nLineLength, "overwrite", &aDebugData.aDbgData.bOverwrite ); in GetDebugData() 761 … lcl_tryReadOutputChannel( pLine, nLineLength, "trace", &aDebugData.aDbgData.nTraceOut ); in GetDebugData() 762 … lcl_tryReadOutputChannel( pLine, nLineLength, "warning", &aDebugData.aDbgData.nWarningOut ); in GetDebugData() 763 … lcl_tryReadOutputChannel( pLine, nLineLength, "error", &aDebugData.aDbgData.nErrorOut ); in GetDebugData() 764 … lcl_tryReadConfigBoolean( pLine, nLineLength, "oslhook", &aDebugData.aDbgData.bHookOSLAssert ); in GetDebugData() 781 … lcl_tryReadHexByte( pLine, nLineLength, "init_byte", &aDebugData.aDbgData.bMemInit ); in GetDebugData() 782 … lcl_tryReadHexByte( pLine, nLineLength, "bound_byte", &aDebugData.aDbgData.bMemBound ); in GetDebugData() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | porlin.hxx | 70 xub_StrLen nLineLength; member in SwLinePortion 87 inline xub_StrLen GetLen() const { return nLineLength; } in GetLen() 88 inline void SetLen( const xub_StrLen nLen ) { nLineLength = nLen; } in SetLen() 205 nLineLength = rPortion.nLineLength; in operator =() 215 nLineLength == rPortion.GetLen() && in operator ==() 222 nLineLength( rPortion.nLineLength ), in SwLinePortion()
|
H A D | porrst.cxx | 89 nLineLength = 1; in SwBreakPortion() 139 nLineLength = 0; in SwKernPortion() 152 nLineLength = 0; in SwKernPortion() 204 nLineLength = 0; in SwArrowPortion()
|
H A D | porexp.cxx | 192 MSHORT nMay = MayUnderFlow( rInf, rInf.GetIdx() - nLineLength, sal_True ); in FormatEOL() 265 nLineLength = 1; in SwPostItsPortion()
|
H A D | porfly.cxx | 302 nLineLength = 1; in SwFlyCntPortion() 329 nLineLength = 1; in SwFlyCntPortion()
|
H A D | porlay.cxx | 470 const xub_StrLen nPorSttIdx = rInf.GetLineStart() + nLineLength; in CalcLine() 471 nLineLength = nLineLength + pPos->GetLen(); in CalcLine() 512 if( bTmpDummy && !nLineLength ) in CalcLine()
|
H A D | porlin.cxx | 95 nLineLength( 0 ), in SwLinePortion()
|
H A D | txttab.cxx | 340 nLineLength = 1; in SwTabPortion()
|
H A D | txtio.cxx | 511 rOs << "L:" << nLineLength; in operator <<()
|
/aoo42x/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 562 xub_StrLen nLineLength = aLine.Len(); in GetNextDataset() local 565 if( nLineLength >= 1 && *pLine == '"' ) in GetNextDataset() 573 if( nLineLength >= 2 && pLine[nLineLength - 1] == '"' ) in GetNextDataset() 575 aData = aLine.Copy( 1, nLineLength - 2 ); in GetNextDataset() 591 nLineLength = aLine.Len(); in GetNextDataset() 592 if( nLineLength >= 1 ) in GetNextDataset() 600 else if( pLine[nLineLength - 1] == '"' ) in GetNextDataset() 602 aData.Append( pLine, nLineLength - 1 ); in GetNextDataset()
|
/aoo42x/main/crashrep/source/win32/ |
H A D | base64.cpp | 33 size_t nLineLength = 0; in base64_encode() local 67 if ( nLineLength >= 76 ) in base64_encode() 70 nLineLength = 0; in base64_encode() 74 nLineLength += sizeof(out_buffer); in base64_encode()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 34 const sal_uInt32 nLineLength = 80; variable 103 if (mnColumn >= nLineLength) in WriteAscii() 213 if (mnColumn > nLineLength) in ConvertToAscii85() 215 sal_uInt32 nEolOff = mnColumn - nLineLength; in ConvertToAscii85() 236 if (mnColumn >= nLineLength) in WriteAscii()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 1438 ::sal_Int32 nLineLength = static_cast< ::sal_Int32 >( in retrieveParagraphLineBoundary() 1441 nLineEnd += nLineLength; in retrieveParagraphLineBoundary() 1479 ::sal_Int32 nLineLength = static_cast< ::sal_Int32 >( in retrieveParagraphBoundaryOfLine() 1482 nLineEnd += nLineLength; in retrieveParagraphBoundaryOfLine()
|
Completed in 601 milliseconds