Home
last modified time | relevance | path

Searched refs:aFmtStr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx760 String aFmtStr = *pFmt; in Format() local
761 VbaFormatInfo* pInfo = getFormatInfo( aFmtStr ); in Format()
770 aFmtStr.AssignAscii( pInfo->mpOOoFormat ); in Format()
771 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
775 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_GENERALDATE ) in Format()
776 || aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_C )) in Format()
787 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format()
788 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
798 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format()
799 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
[all …]
/trunk/main/svx/source/mnuctrls/
H A Dclipboardctl.cxx86 String aFmtStr( pFmtItem->GetClipbrdFormatName( i ) ); in CreatePopupWindow() local
87 if (!aFmtStr.Len()) in CreatePopupWindow()
88 aFmtStr = SvPasteObjectHelper::GetSotFormatUIName( nFmtID ); in CreatePopupWindow()
89 pPopup->InsertItem( (sal_uInt16)nFmtID, aFmtStr ); in CreatePopupWindow()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx895 String aFmtStr = pFormat->GetFormatstring(); in getPropertyValues() local
910 pArray[0].Value <<= rtl::OUString( aFmtStr ); in getPropertyValues()