Home
last modified time | relevance | path

Searched refs:aOut (Results 51 – 75 of 88) sorted by relevance

1234

/trunk/main/filter/source/msfilter/
H A Descherex.cxx1421 VirtualDevice aOut; in lclDrawHatch() local
1428 aMtf.Record(&aOut); in lclDrawHatch()
1429 aOut.SetLineColor(); in lclDrawHatch()
1431 aOut.DrawRect(rRect); in lclDrawHatch()
3084 aOut << nElements in CreateCustomShapeProperties()
3199 aOut << X in CreateCustomShapeProperties()
3321 aOut << nVal; in CreateCustomShapeProperties()
3376 aOut << nLeft in CreateCustomShapeProperties()
3775 aOut << nFlags in CreateCustomShapeProperties()
3834 aOut << nElements in CreateCustomShapeProperties()
[all …]
/trunk/main/xmloff/source/style/
H A DDrawAspectHdl.cxx70 OUStringBuffer aOut; in exportXML() local
76 aOut.append( nAspect ); in exportXML()
78 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
H A Ddurationhdl.cxx65 OUStringBuffer aOut; in exportXML() local
67 SvXMLUnitConverter::convertTime( aOut, aTime ); in exportXML()
68 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
H A DEnumPropertyHdl.cxx86 OUStringBuffer aOut; in exportXML() local
88 if(!SvXMLUnitConverter::convertEnum( aOut, nValue, mpEnumMap )) in exportXML()
91 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
H A Dpostuhdl.cxx82 OUStringBuffer aOut; in exportXML() local
83 sal_Bool bRet = SvXMLUnitConverter::convertEnum( aOut, (sal_Int32)eSlant, aPostureGenericMapping ); in exportXML()
85 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
H A DXMLConstantsPropertyHandler.cxx70 OUStringBuffer aOut; in exportXML() local
93 aOut, nConst, pMap, eDefault ); in exportXML()
95 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx272 ::rtl::OUStringBuffer aOut; in exportXML()
279 …&& SvXMLUnitConverter::convertEnum( aOut, nBorder, OEnumMapper::getEnumMap( OEnumMapper::epBorderW… in exportXML()
287 SvXMLUnitConverter::convertColor( aOut, Color( nBorderColor ) ); in exportXML()
299 _rStrExpValue += aOut.makeStringAndClear(); in exportXML()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx967 VirtualDevice aOut; in GetGraphic() local
987 aOut.EnableOutput( sal_False ); in GetGraphic()
988 aOut.SetMapMode( aMap ); in GetGraphic()
990aOut.SetDrawMode( aVDev.GetDrawMode() | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_S… in GetGraphic()
994 aMtf.Record( &aOut ); in GetGraphic()
998 aOut.SetRelativeMapMode( aOutMap ); in GetGraphic()
1016 sdr::contact::ObjectContactOfObjListPainter aMultiObjectPainter(aOut, aShapes, mpCurrentPage); in GetGraphic()
1026 const Size aExtSize( aOut.PixelToLogic( Size( 0, 0 ) ) ); in GetGraphic()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/misc/
H A DLog.java35 PrintStream aOut = null; in Log() local
38 aOut = new PrintStream(new FileOutputStream(aFile)); in Log()
44 maOut = aOut; in Log()
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx476 rtl::OUStringBuffer aOut; in StartElement() local
477 SvXMLUnitConverter::convertPercent( aOut, nValue ); in StartElement()
478 aAttrValue = aOut.makeStringAndClear(); in StartElement()
564 rtl::OUStringBuffer aOut; in StartElement() local
565 SvXMLUnitConverter::convertPercent( aOut, nValue ); in StartElement()
566 pAttrList->AddAttribute( rAttrName, aOut.makeStringAndClear() ); in StartElement()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx495 SmallStruct aOut(xLBT->echoSmallStruct(aIn)); in performTest() local
497 memcmp(&aIn, &aOut, sizeof(SmallStruct)) == 0, in performTest()
502 MediumStruct aOut(xLBT->echoMediumStruct(aIn)); in performTest() local
504 memcmp(&aIn, &aOut, sizeof(MediumStruct)) == 0, in performTest()
509 BigStruct aOut(xLBT->echoBigStruct(aIn)); in performTest() local
511 memcmp(&aIn, &aOut, sizeof(BigStruct)) == 0, in performTest()
516 AllFloats aOut(xLBT->echoAllFloats(aIn)); in performTest() local
518 memcmp(&aIn, &aOut, sizeof(AllFloats)) == 0, in performTest()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx93 void Paint( OutputDevice& aOut, SdrTextObj* pObj, bool bVisible, bool bDotted = false );
849 void PresLayoutPreview::Paint( OutputDevice& aOut, SdrTextObj* pObj, bool bVisible, bool bDotted /*… in Paint() argument
885 aOut.SetLineColor(Color(aColor.nColor)); in Paint()
886 aOut.SetFillColor(); in Paint()
890 aOut.DrawPolyLine(aGeometry.getB2DPolygon(a)); in Paint()
/trunk/main/svx/source/xml/
H A Dxmlxtexp.cxx403 OUStringBuffer aOut; in exportEntry() local
404 mrExport.GetMM100UnitConverter().convertColor( aOut, nColor ); in exportEntry()
405 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_COLOR, aOut.makeStringAndClear() ); in exportEntry()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1923 SvMemoryStream aOut(8192, 8192); in Out() local
1924 aOut.Write(pPic->rgbGet(), pPic->lcbGet() - in Out()
1926 aOut.Seek(0); in Out()
1928 if (ReadWindowMetafile( aOut, aWMF, NULL ) && aWMF.GetActionCount() > 0) in Out()
1956 SvMemoryStream aOut(nSiz, 8192); in Out() local
1957 WriteBmp(aOut); in Out()
1959 ReadDIB(aBmp, aOut, true); in Out()
/trunk/main/sc/source/filter/inc/
H A Dexp_op.hxx42 SvStream& aOut; // Ausgabe-Stream member in ExportTyp
47 aOut( aStream ) in ExportTyp()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOfficeConnection.java163 private OfficeConnection (PrintStream aOut) in OfficeConnection() argument
166 maOut = aOut; in OfficeConnection()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx86 Size aOut = pReportWindow->GetOutputSizePixel(); in ForceScroll() local
90 aOut.Width() -= (long)aStartWidth; in ForceScroll()
91 aOut.Height() = m_pParent->GetOutputSizePixel().Height(); in ForceScroll()
96 Rectangle aOutRect( aPos, aOut ); in ForceScroll()
/trunk/main/l10ntools/source/
H A Dlocalize.cxx562 DirEntry aOut( Export::GetTempFile() ); in MergeSingleFile() local
565 sOutput = ByteString ( aOut.GetFull(), RTL_TEXTENCODING_ASCII_US ); in MergeSingleFile()
590 SvFileStream aInStream( aOut.GetFull(), STREAM_READ ); in MergeSingleFile()
639 aOut.Kill(); in MergeSingleFile()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1224 VirtualDevice aOut; in getMetafileFromEmbeddedSvg() local
1228 aOut.EnableOutput(false); in getMetafileFromEmbeddedSvg()
1229 aOut.SetMapMode(aMap); in getMetafileFromEmbeddedSvg()
1230 aRetval.Record(&aOut); in getMetafileFromEmbeddedSvg()
1231 SingleObjectPainter(aOut); in getMetafileFromEmbeddedSvg()
/trunk/main/sc/source/filter/excel/
H A Dexpop2.cxx102 pExcDoc->Write( aOut ); // wechstreamen in Write()
191 pExcDoc->WriteXml( aOut ); // wechstreamen in Write()
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx767 OUStringBuffer aOut; in exportXML() local
768 SvXMLUnitConverter::convertPercent( aOut, nValue ); in exportXML()
769 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
851 OUStringBuffer aOut; in exportXML() local
856 SvXMLUnitConverter::convertBool( aOut, bValue ); in exportXML()
857 rStrExpValue = aOut.makeStringAndClear(); in exportXML()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1423 BinaryOutput aOut( xMCF, m_xContext ); in exportBinary() local
1450 aOut.writeInt16( nVersion ); in exportBinary()
1451 aOut.writeInt16( nLocaleCount16 ); in exportBinary()
1452 aOut.writeInt16( iDefault16 ); in exportBinary()
1458 aOut.writeInt32( nDataPos ); in exportBinary()
1465 aOut.writeInt32( nDataPos ); in exportBinary()
1468 Reference< io::XOutputStream > xOutputStream = aOut.getOutputStream(); in exportBinary()
1480 Sequence< sal_Int8 > aRetSeq = aOut.closeAndGetData(); in exportBinary()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java81 final PrintStream aOut, in LogGenerator() argument
85 maOut = aOut; in LogGenerator()
/trunk/main/idl/source/objects/
H A Dtypes.cxx1065 if( nMask & 0x0002 ) rStm >> aOut; in Load()
1094 if( aOut.IsSet() ) nMask |= 0x0002; in Save()
1113 if( nMask & 0x0002 ) rStm << aOut; in Save()
1259 if( aOut.IsSet() || !GetRef() ) in GetOut()
1260 return aOut; in GetOut()
/trunk/main/idl/inc/
H A Dtypes.hxx140 SvBOOL aOut; // Returnparameter member in SvMetaType
210 void SetOut( sal_Bool b ) { aOut = b; } in SetOut()

Completed in 178 milliseconds

1234