Home
last modified time | relevance | path

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

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()
/trunk/main/sc/workben/
H A Dtest.cxx798 CellAddress aOut; // A3 in lcl_Goal() local
799 aOut.Sheet = 0; in lcl_Goal()
800 aOut.Column = 0; in lcl_Goal()
801 aOut.Row = 2; in lcl_Goal()
803 XCellRef xCell = xDoc->getCell(aOut); in lcl_Goal()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx547 String aOut( aStr.Copy( nAktPos, nNextAttr - nAktPos ) ); in WriteOutliner() local
548 m_rAttrOutput.RunText().append( m_rExport.OutString( aOut, eChrSet ) ); in WriteOutliner()
/trunk/main/basic/source/inc/
H A Diosys.hxx83 ByteString aIn, aOut; // Console-Buffer member in SbiIoSystem
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2782 String aOut; in ChangeNumFmtDecimals() local
2784 ((SvNumberformat*)pOldEntry)->GetOutputString( nVal, aOut, &pCol ); in ChangeNumFmtDecimals()
2788 if ( aOut.Search('E') != STRING_NOTFOUND ) in ChangeNumFmtDecimals()
2793 xub_StrLen nPos = aOut.Search( aDecSep ); in ChangeNumFmtDecimals()
2795 nPrecision = aOut.Len() - nPos - aDecSep.Len(); in ChangeNumFmtDecimals()
/trunk/main/xmloff/source/style/
H A DImageStyle.cxx86 OUStringBuffer aOut; in ImpExportXML() local
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx208 bool GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
H A Dbasmgr.hxx229 … bool GetGlobalUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx222 utl::DisposableComponent aOut(xOut); in getNewOutputName() local
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2136 OUStringBuffer aOut; in exportPresentationSettings() local
2137 SvXMLUnitConverter::convertTime( aOut, aTime ); in exportPresentationSettings()
2138 AddAttribute(XML_NAMESPACE_PRESENTATION, XML_PAUSE, aOut.makeStringAndClear() ); in exportPresentationSettings()
/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/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/sd/source/filter/eppt/
H A Deppt.cxx1849 SvFileStream aOut( String::CreateFromAscii( "D:\\OUT.OLE" ), STREAM_TRUNC | STREAM_WRITE ); in ImplWriteOLE() local
1851 aOut.Write( pStrm->GetData(), npStrmSize ); in ImplWriteOLE()

Completed in 98 milliseconds

1234