Searched refs:aFmtStr (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxscan.cxx | 762 String aFmtStr = *pFmt; in Format() local 763 VbaFormatInfo* pInfo = getFormatInfo( aFmtStr ); in Format() 772 aFmtStr.AssignAscii( pInfo->mpOOoFormat ); in Format() 773 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format() 777 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_GENERALDATE ) in Format() 778 || aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_C )) in Format() 789 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format() 790 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format() 800 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format() 801 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format() [all …]
|
| /AOO41X/main/svx/source/mnuctrls/ |
| H A D | clipboardctl.cxx | 86 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()
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | numfmuno.cxx | 895 String aFmtStr = pFormat->GetFormatstring(); in getPropertyValues() local 910 pArray[0].Value <<= rtl::OUString( aFmtStr ); in getPropertyValues()
|