Home
last modified time | relevance | path

Searched refs:rOutput (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx375 rOutput << '{' ; in WriteRTF()
419 rOutput << '{'; in WriteRTF()
457 rOutput << ' '; in WriteRTF()
459 rOutput << ";}"; in WriteRTF()
461 rOutput << '}'; in WriteRTF()
462 rOutput << endl; in WriteRTF()
491 rOutput << ';'; in WriteRTF()
493 rOutput << '}'; in WriteRTF()
494 rOutput << endl; in WriteRTF()
575 rOutput << endl; in WriteRTF()
[all …]
H A Dimpedit.hxx636 sal_uInt32 WriteText( SvStream& rOutput, EditSelection aSel );
637 sal_uInt32 WriteRTF( SvStream& rOutput, EditSelection aSel );
638 sal_uInt32 WriteXML( SvStream& rOutput, EditSelection aSel );
639 sal_uInt32 WriteHTML( SvStream& rOutput, EditSelection aSel );
640 …sal_uInt32 WriteBin( SvStream& rOutput, EditSelection aSel, sal_Bool bStoreUnicode = sal_False )…
642 …void WriteItemAsRTF( const SfxPoolItem& rItem, SvStream& rOutput, sal_uInt32 nPara, sal_uInt16 …
644 …sal_Bool WriteItemListAsRTF( ItemList& rLst, SvStream& rOutput, sal_uInt32 nPara, sal_uInt16 nPo…
793 void Write( SvStream& rOutput, EETextFormat eFormat, EditSelection aSel );
H A Deditview.cxx603 sal_uLong EditView::Write( SvStream& rOutput, EETextFormat eFormat ) in Write() argument
607 PIMPEE->Write( rOutput, eFormat, pImpEditView->GetEditSelection() ); in Write()
609 return rOutput.GetError(); in Write()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_Titles.cxx198 void TitleResources::readFromResources( TitleDialogData& rOutput ) in readFromResources() argument
200 rOutput.aExistenceList[0] = static_cast<sal_Bool>(m_aEd_Main.GetText().Len()!=0); in readFromResources()
201 rOutput.aExistenceList[1] = static_cast<sal_Bool>(m_aEd_Sub.GetText().Len()!=0); in readFromResources()
202 rOutput.aExistenceList[2] = static_cast<sal_Bool>(m_aEd_XAxis.GetText().Len()!=0); in readFromResources()
208 rOutput.aTextList[0] = m_aEd_Main.GetText(); in readFromResources()
209 rOutput.aTextList[1] = m_aEd_Sub.GetText(); in readFromResources()
210 rOutput.aTextList[2] = m_aEd_XAxis.GetText(); in readFromResources()
211 rOutput.aTextList[3] = m_aEd_YAxis.GetText(); in readFromResources()
212 rOutput.aTextList[4] = m_aEd_ZAxis.GetText(); in readFromResources()
213 rOutput.aTextList[5] = m_aEd_SecondaryXAxis.GetText(); in readFromResources()
[all …]
H A Ddlg_InsertAxis_Grid.cxx136 void SchAxisDlg::getResult( InsertAxisOrGridDialogData& rOutput ) in getResult() argument
138 rOutput.aExistenceList[0]=aCbPrimaryX.IsChecked(); in getResult()
139 rOutput.aExistenceList[1]=aCbPrimaryY.IsChecked(); in getResult()
140 rOutput.aExistenceList[2]=aCbPrimaryZ.IsChecked(); in getResult()
141 rOutput.aExistenceList[3]=aCbSecondaryX.IsChecked(); in getResult()
142 rOutput.aExistenceList[4]=aCbSecondaryY.IsChecked(); in getResult()
143 rOutput.aExistenceList[5]=aCbSecondaryZ.IsChecked(); in getResult()
H A Ddlg_InsertTitle.cxx55 void SchTitleDlg::getResult( TitleDialogData& rOutput ) in getResult() argument
57 m_apTitleResources->readFromResources( rOutput ); in getResult()
H A Dres_Titles.hxx42 void readFromResources( TitleDialogData& rOutput );
/trunk/main/extensions/test/stm/
H A Dmarktest.cxx155 OSL_ASSERT( rOutput.is() ); in test()
227 rOutput->writeBytes( seqWrite ); in testSimple()
236 rOutput->writeBytes( seqWrite ); in testSimple()
249 rOutput->writeBytes( seqWrite ); in testSimple()
283 rOutput->writeBytes( aByte ); in testSimple()
286 rOutput->writeBytes( aByte ); in testSimple()
295 rOutput->writeBytes( aByte ); in testSimple()
319 rOutput->writeBytes( as[i] ); in testSimple()
336 rOutput->writeBytes( as[i] ); in testSimple()
357 rOutput->closeOutput(); in testSimple()
[all …]
H A Ddatatest.cxx205 testSimple( rInput , rOutput ); in test()
257 rOutput->writeLong( 0x34ff3c ); in testSimple()
258 rOutput->writeLong( 0x34ff3d ); in testSimple()
263 rOutput->writeByte( 0x87 ); in testSimple()
266 rOutput->writeBoolean( 25 ); in testSimple()
269 rOutput->writeBoolean( FALSE ); in testSimple()
288 rOutput->writeUTF( str ); in testSimple()
291 rOutput->closeOutput(); in testSimple()
310 rOutput->writeByte( 1 ); in testSimple()
786 testObject( rOutput , rInput); in test()
[all …]
/trunk/main/io/test/stm/
H A Dmarktest.cxx150 OSL_ASSERT( rOutput.is() ); in test()
226 rOutput->writeBytes( seqWrite ); in testSimple()
235 rOutput->writeBytes( seqWrite ); in testSimple()
248 rOutput->writeBytes( seqWrite ); in testSimple()
283 rOutput->writeBytes( aByte ); in testSimple()
286 rOutput->writeBytes( aByte ); in testSimple()
295 rOutput->writeBytes( aByte ); in testSimple()
319 rOutput->writeBytes( as[i] ); in testSimple()
336 rOutput->writeBytes( as[i] ); in testSimple()
357 rOutput->closeOutput(); in testSimple()
[all …]
H A Ddatatest.cxx210 testSimple( rInput , rOutput ); in test()
265 rOutput->writeLong( 0x34ff3c ); in testSimple()
266 rOutput->writeLong( 0x34ff3d ); in testSimple()
267 rOutput->writeLong( -1027 ); in testSimple()
273 rOutput->writeByte( 0x77 ); in testSimple()
276 rOutput->writeBoolean( 25 ); in testSimple()
279 rOutput->writeBoolean( sal_False ); in testSimple()
301 rOutput->writeUTF( str ); in testSimple()
304 rOutput->closeOutput(); in testSimple()
327 rOutput->writeByte( 1 ); in testSimple()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx198 rOutput->StartFigure(); in graphicsPathFromB2DPolygon()
242 rOutput->StartFigure(); in graphicsPathFromB2DPolygon()
248 rOutput->AddBeziers( &rPoints[0], nCurrOutput ); in graphicsPathFromB2DPolygon()
264 rOutput->StartFigure(); in graphicsPathFromB2DPolygon()
270 rOutput->AddBeziers( &rPoints[0], nCurrOutput-2 ); in graphicsPathFromB2DPolygon()
292 rOutput->StartFigure(); in graphicsPathFromB2DPolygon()
293 rOutput->AddLine(rPoints[a - 1], rPoints[a]); in graphicsPathFromB2DPolygon()
298 rOutput->StartFigure(); in graphicsPathFromB2DPolygon()
299 rOutput->AddLine(rPoints[nPoints - 1], rPoints[0]); in graphicsPathFromB2DPolygon()
304 rOutput->AddLines( &rPoints[0], nPoints ); in graphicsPathFromB2DPolygon()
[all …]
/trunk/main/io/source/stm/
H A Dopump.cxx219 Reference< XOutputStream > rOutput; in close() local
225 rOutput = m_xOutput; in close()
241 if( rOutput.is() ) in close()
245 rOutput->closeOutput(); in close()
268 Reference< XOutputStream > rOutput; in run() local
272 rOutput = m_xOutput; in run()
284 if( ! rOutput.is() ) in run()
290 rOutput->writeBytes( aData ); in run()
/trunk/main/l10ntools/source/
H A Dxrmmerge.cxx520 void XRMResExport::Output( const ByteString& rOutput ) in Output() argument
523 (void) rOutput; in Output()
670 void XRMResMerge::Output( const ByteString& rOutput ) in Output() argument
674 if ( pOutputStream && rOutput.Len() > 0 ) in Output()
675 pOutputStream->Write( rOutput.GetBuffer(), rOutput.Len()); in Output()
H A Dcfgmerge.cxx538 void CfgExport::Output( const ByteString& rOutput ) in Output() argument
542 ByteString a( rOutput ); in Output()
797 void CfgMerge::Output( const ByteString& rOutput ) in Output() argument
801 pOutputStream->Write( rOutput.GetBuffer(), rOutput.Len()); in Output()
H A Dlocalize.cxx174 sal_Bool Merge( const ByteString &rSourceFile , const ByteString &rOutput );
741 sal_Bool SourceTreeLocalizer::Merge( const ByteString &rSourceFile , const ByteString &rOutput ) in Merge() argument
744 sOutputFile = rOutput; in Merge()
H A Dexport.cxx406 Export::Export( const ByteString &rOutput, sal_Bool bWrite, in Export() argument
438 aOutput.Open( String( rOutput, RTL_TEXTENCODING_ASCII_US ), STREAM_STD_WRITE | STREAM_TRUNC ); in Export()
440 printf("ERROR : Can't open file %s\n",rOutput.GetBuffer()); in Export()
450 Export::Export( const ByteString &rOutput, sal_Bool bWrite, in Export() argument
483 aOutput.Open( String( rOutput, RTL_TEXTENCODING_ASCII_US ), STREAM_STD_WRITE | STREAM_TRUNC ); in Export()
/trunk/main/l10ntools/inc/
H A Dxrmmerge.hxx51 virtual void Output( const ByteString& rOutput )=0;
113 void Output( const ByteString& rOutput );
145 void Output( const ByteString& rOutput );
H A Dcfgmerge.hxx108 virtual void Output( const ByteString& rOutput )=0;
159 void Output( const ByteString& rOutput );
191 void Output( const ByteString& rOutput );
H A Dexport.hxx380 Export( const ByteString &rOutput, sal_Bool bWrite,
382 Export( const ByteString &rOutput, sal_Bool bWrite,
/trunk/main/sw/source/ui/inc/
H A Dsrcedtw.hxx128 sal_uLong Write( SvStream& rOutput) in Write() argument
129 {return pTextEngine->Write(rOutput);} in Write()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2679 sal_Bool TextEngine::Write( SvStream& rOutput, const TextSelection* pSel, sal_Bool bHTML ) in Write() argument
2694 rOutput.WriteLine( "<HTML>" ); in Write()
2695 rOutput.WriteLine( "<BODY>" ); in Write()
2754 rOutput.WriteLine( ByteString( aText, rOutput.GetStreamCharSet() ) ); in Write()
2759 rOutput.WriteLine( "</BODY>" ); in Write()
2760 rOutput.WriteLine( "</HTML>" ); in Write()
2763 return rOutput.GetError() ? sal_False : sal_True; in Write()
/trunk/main/rsc/source/prj/
H A Dstart.cxx90 const ByteString& rOutput, in CallPrePro() argument
128 aNewCmdL.Append( rsc_strdup( rOutput.GetBuffer() ) ); in CallPrePro()
/trunk/main/chart2/source/controller/inc/
H A Ddlg_InsertTitle.hxx52 void getResult( TitleDialogData& rOutput );
H A Ddlg_InsertAxis_Grid.hxx77 void getResult( InsertAxisOrGridDialogData& rOutput );

Completed in 155 milliseconds

12