Home
last modified time | relevance | path

Searched refs:aFS (Results 1 – 8 of 8) sorted by relevance

/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx507 FileStat aFS( aTar ); in MergeSingleFile() local
513 if( rc < 0 || aFS.GetSize() < 1 ) in MergeSingleFile()
533 aFS.Update( aTar ); in MergeSingleFile()
542 if( rc < 0 || aFS.GetSize() < 1 ) in MergeSingleFile()
545 … " to " << sTargetFile.GetBuffer() << " rename rc=" << rc << " filesize=" << aFS.GetSize() << "\n"; in MergeSingleFile()
548 if( aFS.GetSize() < 1 ) in MergeSingleFile()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx241 awt::FontSlant aFS; in getItalic() local
242 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharPosture", "FontSlant" ) ) >>= aFS; in getItalic()
243 return uno::makeAny( aFS == awt::FontSlant_ITALIC ); in getItalic()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx928 ::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()
H A Depptso.cxx1508 ::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()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx1164 const FileStat aFS( aAbsPath.GetFull() ); in GetImageFilePath() local
1170 if( aFS.IsKind( FSYS_KIND_FILE ) ) in GetImageFilePath()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx495 ::rtl::OString aFS("\\fs20\\f0\\cf0\\cb2"); in Write()
566 (*m_pStream) << aFS; in Write()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3291 SwFmtFrmSize aFS( ATT_FIX_SIZE ); in AdjustNewBand() local
3352 aFS.SetWidth( nW ); in AdjustNewBand()
3353 pBox->GetFrmFmt()->SetFmtAttr( aFS ); in AdjustNewBand()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3112 FileStat aFS( aFile ); in Execute() local
3113 …pRet->GenReturn ( RET_Value, nMethodId, static_cast<comm_ULONG>(aFS.GetSize()) ); //GetSize() sal_… in Execute()
3114 nErrorcode = aFS.GetError(); in Execute()

Completed in 134 milliseconds