Home
last modified time | relevance | path

Searched refs:aWriter (Results 1 – 16 of 16) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx127 PDFWriter aWriter( aContext ); in doTestCode() local
128 aWriter.NewPage( 595, 842 ); in doTestCode()
129 aWriter.BeginStructureElement( PDFWriter::Document ); in doTestCode()
131 aWriter.SetAutoAdvanceTime( 3 ); in doTestCode()
132 aWriter.SetMapMode( MapMode( MAP_100TH_MM ) ); in doTestCode()
134 aWriter.SetFillColor( Color( COL_LIGHTRED ) ); in doTestCode()
135 aWriter.SetLineColor( Color( COL_LIGHTGREEN ) ); in doTestCode()
136 aWriter.DrawRect( Rectangle( Point( 2000, 200 ), Size( 8000, 3000 ) ), 5000, 2000 ); in doTestCode()
138 aWriter.SetFont( Font( String( RTL_CONSTASCII_USTRINGPARAM( "Times" ) ), Size( 0, 500 ) ) ); in doTestCode()
139 aWriter.SetTextColor( Color( COL_BLACK ) ); in doTestCode()
[all …]
/AOO41X/main/basegfx/source/tools/
H A Ddebugplotter.cxx291 Writer aWriter( mpOutputStream ); in ~DebugPlotter() local
296 ::boost::ref( aWriter ), in ~DebugPlotter()
303 Writer aWriter( mpOutputStream ); in ~DebugPlotter() local
308 ::boost::ref( aWriter ), in ~DebugPlotter()
315 Writer aWriter( mpOutputStream ); in ~DebugPlotter() local
320 ::boost::ref( aWriter ), in ~DebugPlotter()
/AOO41X/main/qadevOOo/runner/graphical/
H A DIniFile.java424 RandomAccessFile aWriter = new RandomAccessFile(aFile, "rw"); in store() local
431 aWriter.writeByte((int) '\n'); in store()
433 aWriter.writeBytes(sLine); in store()
434 aWriter.writeByte((int) '\n'); in store()
436 aWriter.close(); in store()
/AOO41X/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java449 RandomAccessFile aWriter = new RandomAccessFile(aFile, "rw"); in store() local
456 aWriter.writeByte((int) '\n'); in store()
458 aWriter.writeBytes(sLine); in store()
459 aWriter.writeByte((int) '\n'); in store()
461 aWriter.close(); in store()
/AOO41X/main/qadevOOo/runner/convwatch/
H A DIniFile.java311 RandomAccessFile aWriter = new RandomAccessFile(aFile, "rw"); in store() local
315 aWriter.writeBytes(sLine); in store()
316 aWriter.writeByte((int)'\n'); in store()
318 aWriter.close(); in store()
H A DSimpleFileSemaphore.java107 RandomAccessFile aWriter = new RandomAccessFile(_aSemaphore, "rw"); in P() local
108 aWriter.writeByte((int)1); in P()
109 aWriter.close(); in P()
/AOO41X/main/filter/source/config/tools/split/
H A DSplitter.java256 …java.io.OutputStreamWriter aWriter = new java.io.OutputStreamWriter(aStream, m_aDataSet.m_sEncodin… in generateXMLFragment() local
257 aWriter.write(sXML, 0, sXML.length()); in generateXMLFragment()
258 aWriter.flush(); in generateXMLFragment()
259 aWriter.close(); in generateXMLFragment()
/AOO41X/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.cxx204 ::vcl::PNGWriter aWriter (rBitmap); in Compress()
206 aWriter.Write(aStream); in Compress()
/AOO41X/main/sw/source/core/edit/
H A Dedglss.cxx318 SwWriter aWriter( aStream, *this); in GetSelectedText() local
341 if( !IsError( aWriter.Write( xWrt ) ) && in GetSelectedText()
/AOO41X/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx362 SwWriter aWriter (xRoot, *pDoc ); in PutBlock() local
365 nRes = aWriter.Write ( xWrt ); in PutBlock()
/AOO41X/main/sw/source/core/docnode/
H A Dnodes.cxx1003 SwWriter aWriter( aStrm, *pMyDoc ); in _MoveNodes() local
1004 aWriter.Write( &nError, pWriter ); in _MoveNodes()
2199 SwWriter aWriter( aStrm, *pMyDoc ); in _CopyNodes() local
2200 aWriter.Write( &nError, pWriter ); in _CopyNodes()
/AOO41X/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx601 AcceleratorConfigurationWriter aWriter(aCache, xWriter); in impl_ts_save() local
602 aWriter.flush(); in impl_ts_save()
1155 AcceleratorConfigurationWriter aWriter(aCache, xWriter); in storeToStorage() local
1156 aWriter.flush(); in storeToStorage()
/AOO41X/main/sw/source/ui/uiview/
H A Dsrcview.cxx915 SwWriter aWriter( aMedium, *pDocShell->GetDoc() ); in Load() local
921 sal_uLong nRes = aWriter.Write(xWriter, &sWriteName); in Load()
/AOO41X/main/l10ntools/source/filter/utils/
H A DCache.java681 java.io.OutputStreamWriter aWriter = new java.io.OutputStreamWriter(aStream, sEncoding); in toXML() local
683 aWriter.write(sOut, 0, sOut.length()); in toXML()
684 aWriter.flush(); in toXML()
685 aWriter.close(); in toXML()
/AOO41X/main/filter/source/svg/
H A Dsvgexport.cxx1350 SVGActionWriter aWriter( *this, aSVGFontExport ); in writeMtf() local
1351 aWriter.WriteMetaFile( aPoint100thmm, aSize100thmm, rMtf, in writeMtf()
/AOO41X/main/sw/source/core/unocore/
H A Dunoobj.cxx219 SwWriter aWriter( aStream, rPam ); in GetTextFromPam() local
232 if( !IsError( aWriter.Write( xWrt ) ) && in GetTextFromPam()