Home
last modified time | relevance | path

Searched refs:nLineLength (Results 1 – 13 of 13) sorted by path

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1438 ::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()
/trunk/main/crashrep/source/win32/
H A Dbase64.cpp33 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()
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx562 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()
/trunk/main/sw/source/core/text/
H A Dporexp.cxx192 MSHORT nMay = MayUnderFlow( rInf, rInf.GetIdx() - nLineLength, sal_True ); in FormatEOL()
265 nLineLength = 1; in SwPostItsPortion()
H A Dporfly.cxx302 nLineLength = 1; in SwFlyCntPortion()
329 nLineLength = 1; in SwFlyCntPortion()
H A Dporlay.cxx470 const xub_StrLen nPorSttIdx = rInf.GetLineStart() + nLineLength; in CalcLine()
471 nLineLength = nLineLength + pPos->GetLen(); in CalcLine()
512 if( bTmpDummy && !nLineLength ) in CalcLine()
H A Dporlin.cxx95 nLineLength( 0 ), in SwLinePortion()
H A Dporlin.hxx70 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 Dporrst.cxx89 nLineLength = 1; in SwBreakPortion()
139 nLineLength = 0; in SwKernPortion()
152 nLineLength = 0; in SwKernPortion()
204 nLineLength = 0; in SwArrowPortion()
H A Dtxtio.cxx511 rOs << "L:" << nLineLength; in operator <<()
H A Dtxttab.cxx340 nLineLength = 1; in SwTabPortion()
/trunk/main/tools/source/debug/
H A Ddebug.cxx747 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 …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx34 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()

Completed in 109 milliseconds