Searched refs:aFS (Results 1 – 8 of 8) sorted by relevance
502 FileStat aFS( aTar ); in MergeSingleFile() local508 if( rc < 0 || aFS.GetSize() < 1 ) in MergeSingleFile()528 aFS.Update( aTar ); in MergeSingleFile()537 if( rc < 0 || aFS.GetSize() < 1 ) in MergeSingleFile()540 … " to " << sTargetFile.GetBuffer() << " rename rc=" << rc << " filesize=" << aFS.GetSize() << "\n"; in MergeSingleFile()543 if( aFS.GetSize() < 1 ) in MergeSingleFile()
241 awt::FontSlant aFS; in getItalic() local242 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharPosture", "FontSlant" ) ) >>= aFS; in getItalic()243 return uno::makeAny( aFS == awt::FontSlant_ITALIC ); in getItalic()
928 ::com::sun::star::drawing::FillStyle aFS = ::com::sun::star::drawing::FillStyle_NONE; in ImplCreateMaster()930 mAny >>= aFS; in ImplCreateMaster()931 switch ( aFS ) in ImplCreateMaster()1714 ::com::sun::star::drawing::FillStyle aFS( ::com::sun::star::drawing::FillStyle_NONE ); in ImplWriteBackground()1716 mAny >>= aFS; in ImplWriteBackground()1718 switch( aFS ) in ImplWriteBackground()
1508 ::com::sun::star::drawing::FillStyle aFS( ::com::sun::star::drawing::FillStyle_NONE ); in ImplWritePortions()1510 aAny >>= aFS; in ImplWritePortions()1511 switch( aFS ) in ImplWritePortions()2029 ::com::sun::star::awt::FontSlant aFS; in ImplGetPortionValues()2030 if ( mAny >>= aFS ) in ImplGetPortionValues()2032 switch( aFS ) in ImplGetPortionValues()
1164 const FileStat aFS( aAbsPath.GetFull() ); in GetImageFilePath() local1170 if( aFS.IsKind( FSYS_KIND_FILE ) ) in GetImageFilePath()
495 ::rtl::OString aFS("\\fs20\\f0\\cf0\\cb2"); in Write()566 (*m_pStream) << aFS; in Write()
3262 SwFmtFrmSize aFS( ATT_FIX_SIZE ); in AdjustNewBand() local3323 aFS.SetWidth( nW ); in AdjustNewBand()3324 pBox->GetFrmFmt()->SetFmtAttr( aFS ); in AdjustNewBand()
3112 FileStat aFS( aFile ); in Execute() local3113 …pRet->GenReturn ( RET_Value, nMethodId, static_cast<comm_ULONG>(aFS.GetSize()) ); //GetSize() sal_… in Execute()3114 nErrorcode = aFS.GetError(); in Execute()
Completed in 108 milliseconds