Home
last modified time | relevance | path

Searched refs:aOut (Results 1 – 25 of 88) sorted by path

1234

/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java71 public InformationWriter (PrintStream aOut) in InformationWriter() argument
73 maOut = aOut; in InformationWriter()
H A DOfficeConnection.java163 private OfficeConnection (PrintStream aOut) in OfficeConnection() argument
166 maOut = aOut; in OfficeConnection()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_msg.cxx52 aOut(i_sOutputFilePath, csv::CFM_CREATE); in WriteFile() local
53 aOut.open(); in WriteFile()
56 WriteParagraph( aOut, in WriteFile()
61 WriteParagraph( aOut, in WriteFile()
66 WriteParagraph( aOut, in WriteFile()
71 WriteParagraph( aOut, in WriteFile()
76 WriteParagraph( aOut, in WriteFile()
80 aOut.close(); in WriteFile()
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx229 … bool GetGlobalUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
H A Dsbstar.hxx208 bool GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1786 …BasicManager::GetGlobalUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut ) in GetGlobalUNOConstant() argument
1792 bRes = pStandardLib->GetUNOConstant( _pAsciiName, aOut ); in GetGlobalUNOConstant()
/trunk/main/basic/source/classes/
H A Dsb.cxx1979 bool StarBASIC::GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut ) in GetUNOConstant() argument
1986 aOut = pGlobs->getUnoAny(); in GetUNOConstant()
/trunk/main/basic/source/inc/
H A Diosys.hxx83 ByteString aIn, aOut; // Console-Buffer member in SbiIoSystem
/trunk/main/basic/source/runtime/
H A Diosys.cxx908 if( aOut.Len() ) in Shutdown()
910 String aOutStr( aOut, gsl_getSystemTextEncoding() ); in Shutdown()
918 aOut.Erase(); in Shutdown()
1022 aOut += rText; in WriteCon()
1023 sal_uInt16 n1 = aOut.Search( '\n' ); in WriteCon()
1024 sal_uInt16 n2 = aOut.Search( '\r' ); in WriteCon()
1031 ByteString s( aOut.Copy( 0, n1 ) ); in WriteCon()
1032 aOut.Erase( 0, n1 ); in WriteCon()
1033 while( aOut.GetBuffer()[0] == '\n' || aOut.GetBuffer()[0] == '\r' ) in WriteCon()
1034 aOut.Erase( 0, 1 ); in WriteCon()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx312 VirtualDevice aOut; in create2DDecompositionOfGraphic() local
328 aMtf.Record(&aOut); in create2DDecompositionOfGraphic()
417 aOut.SetFillColor(); in create2DDecompositionOfGraphic()
424 aOut.DrawPixel(aPoint); in create2DDecompositionOfGraphic()
434 aOut.SetFillColor(); in create2DDecompositionOfGraphic()
481 aOut.DrawLine(aStart, aStop); in create2DDecompositionOfGraphic()
490 aOut.DrawRect(aRectangle); in create2DDecompositionOfGraphic()
506 aOut.DrawEllipse(aRectangle); in create2DDecompositionOfGraphic()
564 aOut.DrawPolyLine(aPolygon); in create2DDecompositionOfGraphic()
595 aOut.DrawPolygon(aPolygon); in create2DDecompositionOfGraphic()
[all …]
/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/idl/inc/
H A Dtypes.hxx140 SvBOOL aOut; // Returnparameter member in SvMetaType
210 void SetOut( sal_Bool b ) { aOut = b; } in SetOut()
/trunk/main/idl/source/objects/
H A Dslot.cxx795 ByteString aOut; in WriteAttributesSvIdl() local
797 aOut += aVolatile.GetSvIdlString( SvHash_Volatile() ); in WriteAttributesSvIdl()
800 aOut += aCachable.GetSvIdlString( SvHash_Cachable() ); in WriteAttributesSvIdl()
806 ( aOut += aDel ) += aToggle.GetSvIdlString( SvHash_Toggle() ); in WriteAttributesSvIdl()
817 ( aOut += aDel ) += aAsynchron.GetSvIdlString( SvHash_Asynchron() ); in WriteAttributesSvIdl()
820 ( aOut += aDel ) += aSynchron.GetSvIdlString( SvHash_Synchron() ); in WriteAttributesSvIdl()
828 ( aOut += aDel1 ) += aNoRecord.GetSvIdlString( SvHash_NoRecord() ); in WriteAttributesSvIdl()
844 ( aOut += aDel ) += aHasDialog.GetSvIdlString( SvHash_HasDialog() ); in WriteAttributesSvIdl()
869 ( aOut += aDel ) += aFastCall.GetSvIdlString( SvHash_FastCall() ); in WriteAttributesSvIdl()
889 if( aOut.Len() ) in WriteAttributesSvIdl()
[all …]
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/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/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DLog.java37 public Log (final OutputStream aOut) in Log() argument
39 maOut = aOut; in Log()
112 OutputStream aOut; in CreateFileOutputStream() local
115 aOut = new FileOutputStream(sFilename); in CreateFileOutputStream()
116 return aOut; in CreateFileOutputStream()
/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()
H A DParserTablesGenerator.java88 WriteNamespaceList(aOut); in Generate()
89 WriteNameList(aOut); in Generate()
91 WriteAutomatonList(aOut); in Generate()
92 WriteSimpleTypes(aOut); in Generate()
93 WriteAttributeValues(aOut); in Generate()
94 aOut.close(); in Generate()
171 aOut.printf("# namespaces\n"); in WriteNamespaceList()
270 aOut, in WriteAutomatonList()
304 final PrintStream aOut, in WriteAttributes() argument
329 final PrintStream aOut) in WriteSimpleTypes() argument
[all …]
/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/reportdesign/source/core/api/
H A DReportEngineJFree.cxx222 utl::DisposableComponent aOut(xOut); in getNewOutputName() local
/trunk/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx279 inspection::LineDescriptor aOut; in describePropertyLine() local
284 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_CHARTTYPE_DLG); in describePropertyLine()
285aOut.Control = _xControlFactory->createPropertyControl(inspection::PropertyControlType::TextField … in describePropertyLine()
286 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
294 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_DLG_LINKFIELDS); in describePropertyLine()
295 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
298 aOut = m_xFormComponentHandler->describePropertyLine(PropertyName, _xControlFactory); in describePropertyLine()
302aOut.Category = ((m_pInfoService->getPropertyUIFlags(nId ) & PROP_FLAG_DATA_PROPERTY) != 0) ? in describePropertyLine()
306 aOut.HelpURL = HelpIdUrl::getHelpURL( m_pInfoService->getPropertyHelpId( nId ) ); in describePropertyLine()
307 aOut.DisplayName = m_pInfoService->getPropertyTranslation(nId); in describePropertyLine()
[all …]
H A DGeometryHandler.cxx714 inspection::LineDescriptor aOut; in describePropertyLine() local
776 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_FORMULA); in describePropertyLine()
777 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
781 aOut.PrimaryButtonId = rtl::OUString::createFromAscii(UID_RPT_PROP_FORMULA); in describePropertyLine()
782 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
797 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
800 aOut.Control = xListControl.get(); in describePropertyLine()
825 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
830 aOut.HasPrimaryButton = sal_True; in describePropertyLine()
851 aOut.DisplayName = m_pInfoService->getPropertyTranslation(nId); in describePropertyLine()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx250 Size aOut = GetOutputSizePixel(); in resize() local
251 aOut.Width() = aStartWidth; in resize()
252 aOut = PixelToLogic(aOut); in resize()
255 Rectangle aRect(PixelToLogic(Point(0,0)),aOut); in resize()
279 Size aOut = GetOutputSizePixel(); in Paint() local
283 aOut.Width() -= (long)aStartWidth; in Paint()
284 aOut = PixelToLogic(aOut); in Paint()
1862 Size aOut = GetOutputSizePixel(); in zoom() local
1863 aOut.Width() = aStartWidth; in zoom()
1864 aOut = PixelToLogic(aOut); in zoom()
[all …]
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/sc/source/filter/excel/
H A Dexpop2.cxx102 pExcDoc->Write( aOut ); // wechstreamen in Write()
191 pExcDoc->WriteXml( aOut ); // wechstreamen in Write()

Completed in 175 milliseconds

1234