/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2107 writeBuffer( aLine.getStr(), aLine.getLength() ); in emitComment() 7557 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLayout() 7808 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawText() 7928 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawText() 7946 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawLine() 8015 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawWaveLine() 8441 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawTextLine() 8465 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawPolygon() 8490 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawPolyPolygon() 8553 writeBuffer( aLine.getStr(), aLine.getLength() ); in drawTransparent() [all …]
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 121 ByteString aLine; in getStreamBuffer() local 126 aLine = "printer="; in getStreamBuffer() 130 aLine = "orientation="; in getStreamBuffer() 134 aLine = "copies="; in getStreamBuffer() 140 aLine += ','; in getStreamBuffer() 142 aLine += ','; in getStreamBuffer() 144 aLine += ','; in getStreamBuffer() 148 aLine = "colordepth="; in getStreamBuffer() 152 aLine = "pslevel="; in getStreamBuffer() 156 aLine = "pdfdevice="; in getStreamBuffer() [all …]
|
H A D | ppdparser.cxx | 305 ByteString aLine; in Open() local 311 if( aLine.Len() > 1 && static_cast<unsigned char>(aLine.GetChar( 0 )) == 0x1f ) in Open() 547 ByteString aLine; in getPPDFile() local 548 aStream.ReadLine( aLine ); in getPPDFile() 997 aLine = WhitespaceToSpace( aLine ); in parse() 1004 if( aLine.Len() ) in parse() 1017 aLine = WhitespaceToSpace( aLine ); in parse() 1020 if( ! aLine.Len() ) in parse() 1199 ByteString aLine( rLine ); in parseOrderDependency() local 2105 nBytes -= aLine.Len()+1; in rebuildFromStreamBuffer() [all …]
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 129 aLine.Append( ':' ); in flush() 130 aLine.Append( aDirectory ); in flush() 133 aStream.WriteLine( aLine ); in flush() 142 aLine = "File:"; in flush() 149 aLine.Append( ';' ); in flush() 180 aLine.Append( ';' ); in flush() 182 aLine.Append( ';' ); in flush() 184 aLine.Append( ';' ); in flush() 259 ByteString aLine; in read() local 260 aStream.ReadLine( aLine ); in read() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | frminf.cxx | 171 nStt = aLine.GetLineStart(); in GetCharPos() 184 nNext = aLine.GetLineStart(); in GetCharPos() 239 if( aLine.GetNext() ) in GetSpaces() 241 nPos = aLine.GetTxtEnd(); in GetSpaces() 243 if( nPos < aLine.GetEnd() ) in GetSpaces() 246 aLine.GetInfo().GetChar( aLine.GetEnd() - 1 ) in GetSpaces() 254 while( aLine.Next() ); in GetSpaces() 288 if( !aLine.Next() ) in GetFirstIndent() 292 while( aLine.Next() ) in GetFirstIndent() 334 if( aLine.Next() ) in GetBigIndent() [all …]
|
H A D | frmcrsr.cxx | 295 nNextOfst = aLine.GetEnd(); in GetCharRect() 616 while( aLine.Y() + aLine.GetLineHeight() > nMaxY ) in _GetCrsrOfst() 619 if( !aLine.Prev() ) in _GetCrsrOfst() 623 if( aLine.GetDropLines() >= aLine.GetLineNr() && 1 != aLine.GetLineNr() in _GetCrsrOfst() 624 && rPoint.X() < aLine.FirstLeft() + aLine.GetDropLeft() ) in _GetCrsrOfst() 626 aLine.Prev(); in _GetCrsrOfst() 736 nIndx = aLine.GetStart(); in LeftMargin() 777 nRightMargin = aLine.GetStart() + aLine.GetCurr()->GetLen(); in RightMargin() 848 aLine.Top(); in _UnitUp() 1114 aLine.Top(); in PrepareVisualMove() [all …]
|
H A D | frmpaint.cxx | 351 while( aLine.Y() + aLine.GetLineHeight() <= rRect.Top() ) in PaintExtraData() 353 if( !aLine.GetCurr()->IsDummy() && in PaintExtraData() 355 aLine.GetCurr()->HasCntnt() ) ) in PaintExtraData() 357 if( !aLine.Next() ) in PaintExtraData() 375 if( !aLine.Next() ) in PaintExtraData() 401 aExtra.PaintRedline( aLine.Y(), aLine.GetLineHeight() ); in PaintExtraData() 403 } while( aLine.Next() && aLine.Y() <= nBottom ); in PaintExtraData() 713 while ( aLine.Y() < GetMinPrtLine() && aLine.Next() ) in Paint() 730 } while( aLine.Next() && aLine.Y() <= nBottom ); in Paint() 734 if( aLine.IsPaintDrop() ) in Paint() [all …]
|
H A D | frmform.cxx | 190 if( aLine.GetDropLines() ) in _GetDropRect() 192 rRect.Top( aLine.Y() ); in _GetDropRect() 997 aLine.TruncLines(); in CalcPreps() 1863 _Format( aLine, aInf ); in _Format() 1865 if( aLine.IsOnceMore() ) in _Format() 1878 aLine.CalcDropAdjust(); in _Format() 1882 if( aLine.IsPaintDrop() ) in _Format() 1884 aLine.CalcDropRepaint(); in _Format() 2195 if( aLine.GetDropFmt() ) in FormatQuick() 2213 } while( aLine.Next() ); in FormatQuick() [all …]
|
H A D | txtfrm.cxx | 797 if( aLine.GetDropLines() ) in CalcLineSpace() 803 aLine.Top(); in CalcLineSpace() 804 aLine.RecalcRealHeight(); in CalcLineSpace() 806 aNewSize.Height() = (aLine.Y() - Frm().Top()) + aLine.GetLineHeight(); in CalcLineSpace() 1436 aLine.Bottom(); in PrepWidows() 1454 aLine.GetLineNr() >= aLine.GetDropLines() ); in PrepWidows() 2057 aLine.Bottom(); in WouldFit() 2064 aLine.Top(); in WouldFit() 2068 } while ( aLine.Next() ); in WouldFit() 2515 aLine.Bottom(); in GetLineCount() [all …]
|
H A D | txtfly.cxx | 347 SwRect aLineVert( aLine ); in ChkFlyUnderflow() 367 aLineVert = aLine; in ChkFlyUnderflow() 377 if( aInter.IsOver( aLine ) ) in ChkFlyUnderflow() 379 aInter._Intersection( aLine ); in ChkFlyUnderflow() 402 aInter._Intersection( aLine ); in ChkFlyUnderflow() 418 aLine.Left( aLine.Left() + pPos->Width() ); in ChkFlyUnderflow() 479 SwRect aLineVert( aLine ); in CalcFlyWidth() 493 if( aInter.IsOver( aLine ) ) in CalcFlyWidth() 523 aInter.Intersection( aLine ); in CalcFlyWidth() 2090 SwRect aLine( rLine ); in CalcRightMargin() local [all …]
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 371 basegfx::B2DPolygon aLine; in create2DDecomposition() local 378 aLine, in create2DDecomposition() 395 aLine, in create2DDecomposition() 482 basegfx::B2DPolygon aLine; in create2DDecomposition() local 490 aLine.clear(); in create2DDecomposition() 496 aLine.clear(); in create2DDecomposition() 501 aLine.clear(); in create2DDecomposition() 507 aLine.clear(); in create2DDecomposition() 512 aLine.clear(); in create2DDecomposition() 518 aLine.clear(); in create2DDecomposition() [all …]
|
/aoo41x/main/tools/bootstrp/ |
H A D | cppdep.cxx | 181 if ( aLine.Search("/*",0) != STRING_NOTFOUND ) in IsIncludeStatement() 186 aLine.Erase(aLine.Search("/*",0), aLine.Len() - 1); in IsIncludeStatement() 196 aLine.Erase(aLine.Search("//",0), aLine.Len() - 1); in IsIncludeStatement() 202 aLine.EraseAllChars(' '); in IsIncludeStatement() 203 aLine.EraseAllChars('\t'); in IsIncludeStatement() 209 aTmpStr = aLine.Copy( 0, 8 ); in IsIncludeStatement() 215 aTmpStr = aLine.Erase( 0, 8 ); in IsIncludeStatement() 216 sal_uInt16 nLen = aLine.Len(); in IsIncludeStatement() 217 aLine.Erase( nLen-1, 1 ); in IsIncludeStatement() 218 aLine.Erase( 0, 1 ); in IsIncludeStatement() [all …]
|
/aoo41x/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 325 String aLine; in GetNextTopic() local 351 if( aLine == pRef ) in GetNextTopic() 390 if( aLine.Len() > 2 ) in GetNextTopic() 391 aData = aLine.Copy( 1, aLine.Len() - 2 ); in GetNextTopic() 401 ReadNextLine( aLine ); in GetNextTopic() 404 ReadNextLine( aLine ); in GetNextTopic() 518 String aLine; in GetNextDataset() local 521 ReadNextLine( aLine ); in GetNextDataset() 532 ReadNextLine( aLine ); in GetNextDataset() 561 ReadNextLine( aLine ); in GetNextDataset() [all …]
|
/aoo41x/main/svtools/source/filter/ixbm/ |
H A D | xbmread.cxx | 200 ByteString aLine; in ParseData() local 217 aLine.Erase( 0, nPos + 1 ); in ParseData() 221 else if( !pInStm->ReadLine( aLine ) ) in ParseData() 224 if( aLine.Len() ) in ParseData() 226 const sal_uInt16 nCount = aLine.GetTokenCount( ',' ); in ParseData() 230 const ByteString aToken( aLine.GetToken( i, ',' ) ); in ParseData() 284 ByteString aLine; in ReadXBM() local 289 aLine = FindTokenLine( &rIStm, "#define", "_width" ); in ReadXBM() 314 aLine = FindTokenLine( &rIStm, "static", "_bits" ); in ReadXBM() 320 if ( aLine.Search( "short" ) != STRING_NOTFOUND ) in ReadXBM() [all …]
|
/aoo41x/main/tools/bootstrp/addexes2/ |
H A D | mkfilt.cxx | 85 ByteString aLine; member in MkLine 136 ByteString aLine( aLineBuf ); in Filter() local 138 if ( aLine.Search("mkfilter1" ) != STRING_NOTFOUND ) in Filter() 144 else if ( aLine.Search("unroll begin" ) != STRING_NOTFOUND ) in Filter() 157 pMkLine->aLine = *pStr; in Filter() 167 if ( aLine.Search("unroll end") != STRING_NOTFOUND ) in Filter() 173 p_MkLine->aLine = *pByteString; in Filter() 182 pMkLine->aLine = *pStr; in Filter() 208 ByteString aLine = pMkLine->aLine; in Filter() local 210 fputs( aLine.GetBuffer(), pOut ); in Filter() [all …]
|
/aoo41x/main/autodoc/source/exes/adc_uni/ |
H A D | adc_msg.cxx | 163 StreamStr aLine(2000); in WriteParagraph() local 166 aLine << i_title in WriteParagraph() 168 o_out.write(aLine.c_str()); in WriteParagraph() 170 aLine.seekp(0); in WriteParagraph() 173 aLine << '-'; in WriteParagraph() 175 aLine << "\n\n"; in WriteParagraph() 176 o_out.write(aLine.c_str()); in WriteParagraph() 183 aLine.seekp(0); in WriteParagraph() 184 aLine << (*it).first.sFile; in WriteParagraph() 188 aLine << ", line " in WriteParagraph() [all …]
|
/aoo41x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 1239 ByteString aLine, aFilePath; in PreprocessSrsFile() local 1241 while( aIStm.ReadLine( aLine ) ) in PreprocessSrsFile() 1243 if( ( aLine.GetTokenCount( '=' ) == 2 ) && in PreprocessSrsFile() 1253 aOStm.WriteLine( aLine ); in PreprocessSrsFile() 1259 aOStm.WriteLine( aLine ); in PreprocessSrsFile() 1290 aLine.EraseAllChars( ';' ); in PreprocessSrsFile() 1292 if( aLine.IsNumericAscii() ) in PreprocessSrsFile() 1311 aIStm.ReadLine( aLine ); in PreprocessSrsFile() 1319 aOStm.WriteLine( aLine ); in PreprocessSrsFile() 1339 aOStm.WriteLine( aLine ); in PreprocessSrsFile() [all …]
|
/aoo41x/main/starmath/source/ |
H A D | view.cxx | 899 String aLine; in GetTextSize() local 907 aLine.EraseAllChars('\r'); in GetTextSize() 917 xub_StrLen m = aLine.Len(); in GetTextSize() 933 aText = aLine.Copy(0, m); in GetTextSize() 934 aLine.Erase(0, m); in GetTextSize() 943 while (aLine.Len() > 0); in GetTextSize() 992 String aLine; in DrawText() local 998 aLine.EraseAllChars('\r'); in DrawText() 1021 aText = aLine.Copy(0, m); in DrawText() 1022 aLine.Erase(0, m); in DrawText() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1901 aLine.SetColor(aCol); in GetAttrState() 1913 aLine.SetColor(aCol); in GetAttrState() 1933 aLine.SetColor(aCol); in GetAttrState() 1953 aLine.SetColor(aCol); in GetAttrState() 1973 aLine.SetColor(aCol); in GetAttrState() 1993 aLine.SetColor(aCol); in GetAttrState() 2038 aLine.SetOutWidth( 1 ); in GetAttrState() 2039 aLine.SetInWidth( 0 ); in GetAttrState() 2040 aLine.SetDistance( 0 ); in GetAttrState() 2042 aItem.SetLine(&aLine); in GetAttrState() [all …]
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 873 SvxBorderLine aLine; in PutToDoc() local 875 aLine.SetOutWidth(nLeft); in PutToDoc() 876 aLine.SetColor(ColorLeft); in PutToDoc() 878 aLine.SetOutWidth(nTop); in PutToDoc() 879 aLine.SetColor(ColorTop); in PutToDoc() 881 aLine.SetOutWidth(nRight); in PutToDoc() 1317 SvxBorderLine aLine; in LoadPatternCollection() local 1990 SvxBorderLine aLine; in LoadColAttr() local 1993 aLine.SetOutWidth( nLeft ); in LoadColAttr() 1997 aLine.SetOutWidth( nTop ); in LoadColAttr() [all …]
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 1158 rtl::OStringBuffer aLine( 256 ); in writeSetup() local 1163 aLine.append( *it ); in writeSetup() 1164 aLine.append( "\n" ); in writeSetup() 1165 WritePS ( pFile, aLine.getStr() ); in writeSetup() 1168 aLine.setLength(0); in writeSetup() 1169 aLine.append( "%%+ font " ); in writeSetup() 1170 aLine.append( *it ); in writeSetup() 1171 aLine.append( "\n" ); in writeSetup() 1184 ByteString aLine( "/#copies " ); in writeSetup() local 1186 aLine += " def\n"; in writeSetup() [all …]
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 724 attribute::SdrLineAttribute aLine; in createNewSdrLineShadowTextAttribute() local 747 aLine = createNewSdrLineAttribute(rSet); in createNewSdrLineShadowTextAttribute() 749 if(!aLine.isDefault()) in createNewSdrLineShadowTextAttribute() 756 if(!aLine.isDefault() || !aText.isDefault()) in createNewSdrLineShadowTextAttribute() 772 attribute::SdrLineAttribute aLine; in createNewSdrLineFillShadowTextAttribute() local 796 aLine = createNewSdrLineAttribute(rSet); in createNewSdrLineFillShadowTextAttribute() 798 if(!aLine.isDefault()) in createNewSdrLineFillShadowTextAttribute() 824 aLine, aFill, aLineStartEnd, aShadow, aFillFloatTransGradient, aText); in createNewSdrLineFillShadowTextAttribute() 840 if(!aLine.isDefault()) in createNewSdrLineFillShadowAttribute() 858 if(!aLine.isDefault() || !aFill.isDefault()) in createNewSdrLineFillShadowAttribute() [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 136 SvxBorderLine aLine, aOutLine; in OutputBlockFrame() local 137 aLine.SetColor( SC_DP_FRAME_COLOR ); in OutputBlockFrame() 138 aLine.SetOutWidth( SC_DP_FRAME_INNER_BOLD ); in OutputBlockFrame() 147 aBox.SetLine(&aLine, BOX_LINE_LEFT); in OutputBlockFrame() 152 aBox.SetLine(&aLine, BOX_LINE_TOP); in OutputBlockFrame() 157 aBox.SetLine(&aLine, BOX_LINE_RIGHT); in OutputBlockFrame() 162 aBox.SetLine(&aLine, BOX_LINE_BOTTOM); in OutputBlockFrame() 170 aBoxInfo.SetLine( &aLine, BOXINFO_LINE_HORI ); in OutputBlockFrame()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 94 ByteString aLine = aLines.GetToken( i, '\n' ); in GetSystemLook() local 95 int nIndex = aLine.Search( "ColorPalette" ); in GetSystemLook() 101 const char* pStr = aLine.GetBuffer() +nIndex; in GetSystemLook() 117 ByteString aPaletteFile( aLine.Copy( nIndex, nIndex2 - nIndex ) ); in GetSystemLook() 119 for( ; nPos >= 0 && aLine.GetChar( nPos ) != '*'; nPos-- ) in GetSystemLook() 122 for( ; nPos >= 0 && aLine.GetChar( nPos ) != '*'; nPos-- ) in GetSystemLook() 124 int nNumber = aLine.Copy( ++nPos ).ToInt32(); in GetSystemLook() 126 DBG_TRACE2( "found palette %d in resource \"%s\"", nNumber, aLine.GetBuffer() ); in GetSystemLook()
|
/aoo41x/main/basic/source/runtime/ |
H A D | iosys.cxx | 762 if( !aLine.Len() ) in Read() 764 Read( aLine, 0 ); in Read() 765 aLine += '\n'; in Read() 767 ch = aLine.GetBuffer()[0]; in Read() 768 aLine.Erase( 0, 1 ); in Read() 800 aLine += rBuf; in Write() 803 sal_uInt16 nLineLen = aLine.Len(); in Write() 806 aLine.Erase( nLineLen ); in Write() 808 aLine.Erase( nLineLen ); in Write() 809 pStrm->WriteLines( aLine ); in Write() [all …]
|