Home
last modified time | relevance | path

Searched refs:sFormat (Results 1 – 25 of 31) sorted by relevance

12

/aoo42x/main/slideshow/source/engine/
H A Ddebug.cxx246 const sal_Char* sFormat, in DebugTrace() argument
262 vfprintf(gTraceData.mpFile, sFormat, args); in DebugTrace()
276 va_start(args, sFormat); in DebugTraceBegin()
277 DebugTrace(+1,sFormat, args); in DebugTraceBegin()
281 void SAL_CALL DebugTraceEnd (const sal_Char* sFormat, ...) in DebugTraceEnd() argument
284 va_start(args, sFormat); in DebugTraceEnd()
285 DebugTrace(-1,sFormat, args); in DebugTraceEnd()
292 va_start(args, sFormat); in DebugTraceMessage()
293 DebugTrace(0,sFormat, args); in DebugTraceMessage()
303 va_start(args, sFormat); in DebugTraceScope()
[all …]
/aoo42x/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx353 String* sFormat = new String[4]; in NotifyItemUpdate() local
362 sFormat[nStrCount] = sTmpStr; in NotifyItemUpdate()
372 bThousand = sFormat[0].ToInt32(); in NotifyItemUpdate()
373 bNegRed = sFormat[1].ToInt32(); in NotifyItemUpdate()
374 nPrecision = (sal_uInt16)sFormat[2].ToInt32(); in NotifyItemUpdate()
375 nLeadZeroes = (sal_uInt16)sFormat[3].ToInt32(); in NotifyItemUpdate()
376 delete[] sFormat; in NotifyItemUpdate()
/aoo42x/main/slideshow/source/inc/
H A Ddebug.hxx45 DebugTraceScope (const sal_Char* sFormat, ...);
52 void SAL_CALL DebugTraceBegin (const sal_Char* sFormat, ...);
53 void SAL_CALL DebugTraceEnd (const sal_Char* sFormat, ...);
54 void SAL_CALL DebugTraceMessage (const sal_Char* sFormat, ...);
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/misc/
H A DLog.java53 final String sFormat, in AddComment() argument
60 maOut.printf(sFormat, aArgumentList); in AddComment()
87 final String sFormat, final Object ... aArgumentList) in printf() argument
91 final String sMessage = String.format(sFormat, aArgumentList); in printf()
/aoo42x/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx354 ::rtl::OUString sFormat(rFormat); in ConvertMSFormatStringToSO()
355 lcl_SwapQuotesInField(sFormat); in ConvertMSFormatStringToSO()
360 sal_Int32 nLen = sFormat.getLength(); in ConvertMSFormatStringToSO()
363 ::rtl::OUStringBuffer aNewFormat( sFormat.getStr() ); in ConvertMSFormatStringToSO()
388 else if ((nChar == 'A') && lcl_IsNotAM(sFormat, nI)) in ConvertMSFormatStringToSO()
395 else if ((nChar == 'a') && lcl_IsNotAM(sFormat, nI)) in ConvertMSFormatStringToSO()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaformat.cxx384 rtl::OUString sFormat; in getNumberFormatLocal() local
385 …ormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( FORMATSTRING ))) >>= sFormat; in getNumberFormatLocal()
386 aRet = uno::makeAny( sFormat.toAsciiLowerCase() ); in getNumberFormatLocal()
747 rtl::OUString sFormat; in getNumberFormat() local
748 …ormat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( FORMATSTRING ))) >>= sFormat; in getNumberFormat()
749 aFormat = uno::makeAny( sFormat ); in getNumberFormat()
H A Dvbaworkbooks.cxx317 rtl::OUString sFormat; in Open() local
351 sFormat = rtl::OUString::valueOf( (sal_Int32)nDelim ) + sRestOfFormat; in Open()
352 sProps[ nIndex++ ].Value <<= sFormat; in Open()
/aoo42x/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx209 ::rtl::OUString sFormat; in getFormatStringByKey()
210 …ormSet->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FormatString"))) >>= sFormat; in getFormatStringByKey()
227 return xPreViewer->convertNumberToPreviewString(sFormat,nValue,m_nLocale,sal_True); in getFormatStringByKey()
/aoo42x/main/filter/source/config/tools/split/
H A DFCFGSplit.java517 java.lang.String sFormat = aCfg.getProperty(CFGKEY_INFORMAT, DEFAULT_INFORMAT); in readCfg() local
518 m_nInFormat = Cache.mapFormatString2Format(sFormat); in readCfg()
520 sFormat = aCfg.getProperty(CFGKEY_OUTFORMAT, DEFAULT_OUTFORMAT); in readCfg()
521 m_nOutFormat = Cache.mapFormatString2Format(sFormat); in readCfg()
/aoo42x/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java245 public static int NumberFormat( XNumberFormats xNumberFormat, String sFormat, in NumberFormat() argument
251 nRetKey = xNumberFormat.queryKey( sFormat, xLanguage, true ); in NumberFormat()
255 nRetKey = xNumberFormat.addNew( sFormat, xLanguage ); in NumberFormat()
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DLog.java78 public void printf (final String sFormat, final Object ... aArgumentList) in printf() argument
83 maOut.write(String.format(sFormat, aArgumentList).getBytes()); in printf()
/aoo42x/main/xmloff/source/style/
H A Dxmlnumfi.cxx1670 OUString sFormat = aFormatCode.makeStringAndClear(); in CreateAndInsert() local
1680 aMyConditions.size() == 0 && sFormat.toChar() != (sal_Unicode)'[' ) in CreateAndInsert()
1688 aMyConditions.size() == 0 && sFormat.toChar() != (sal_Unicode)'[' ) in CreateAndInsert()
1714 if ( nIndex == NUMBERFORMAT_ENTRY_NOT_FOUND && sFormat.getLength() ) in CreateAndInsert()
1718 String aFormatStr( sFormat ); in CreateAndInsert()
1725 if ( !bOk && nErrPos == 0 && aFormatStr != String(sFormat) ) in CreateAndInsert()
1784 if ( pFixedFormat && pFixedFormat->GetFormatstring() == String(sFormat) ) in CreateAndInsert()
1844 aByte.Append(ByteString( String(sFormat), gsl_getSystemTextEncoding() )); in CreateAndInsert()
/aoo42x/main/sc/source/ui/view/
H A Dformatsh.cxx1043 String* sFormat = new String[4]; in ExecuteNumFormat() local
1054 sFormat[nStrCount] = sTmpStr; in ExecuteNumFormat()
1069 const sal_Bool bThousand = (sal_Bool)sFormat[0].ToInt32(); in ExecuteNumFormat()
1070 const sal_Bool bNegRed = (sal_Bool)sFormat[1].ToInt32(); in ExecuteNumFormat()
1071 const sal_uInt16 nPrecision = (sal_uInt16)sFormat[2].ToInt32(); in ExecuteNumFormat()
1072 const sal_uInt16 nLeadZeroes = (sal_uInt16)sFormat[3].ToInt32(); in ExecuteNumFormat()
1083 delete[] sFormat; in ExecuteNumFormat()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java91 private void WriteComment (final String sFormat, final Object ... aArgumentList) in WriteComment() argument
93 maOut.printf("// "+sFormat+"\n", aArgumentList); in WriteComment()
/aoo42x/main/xmloff/source/text/
H A DXMLRedlineExport.cxx70 , sFormat(RTL_CONSTASCII_USTRINGPARAM("Format")) in XMLRedlineExport()
444 else if (sApiName == sFormat) in ConvertTypeName()
H A DXMLRedlineExport.hxx67 const ::rtl::OUString sFormat; member in XMLRedlineExport
/aoo42x/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1877 ::rtl::OUString sFormat; in getControlDefault()
1878 xFormSet->getPropertyValue(::rtl::OUString::createFromAscii("FormatString")) >>= sFormat; in getControlDefault()
1896 sDefault = xPreViewer->convertNumberToPreviewString(sFormat,nValue,aLocale,sal_True); in getControlDefault()
1899 …ault = xNumberFormatter->formatString(nFormatKey,(sDefault.getLength() != 0 )? sDefault : sFormat); in getControlDefault()
/aoo42x/main/sd/source/filter/html/
H A Dhtmlex.cxx1018 OUString sFormat; in CreateImagesForPresPages() local
1020 sFormat = OUString( RTL_CONSTASCII_USTRINGPARAM("PNG") ); in CreateImagesForPresPages()
1022 sFormat = OUString( RTL_CONSTASCII_USTRINGPARAM("GIF") ); in CreateImagesForPresPages()
1024 sFormat = OUString( RTL_CONSTASCII_USTRINGPARAM("JPG") ); in CreateImagesForPresPages()
1026 aDescriptor[1].Value <<= sFormat; in CreateImagesForPresPages()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx344 rtl::OUString sFormat; in SwInsertDBColAutoPilot() local
345 aFormatVal >>= sFormat; in SwInsertDBColAutoPilot()
348 long nKey = xDocNumberFormats->queryKey( sFormat, aLoc, sal_True); in SwInsertDBColAutoPilot()
351 nKey = xDocNumberFormats->addNew( sFormat, aLoc ); in SwInsertDBColAutoPilot()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java1141 final String sFormat, in CreateErrorException() argument
1144 return new RuntimeException(String.format(sFormat, aArgumentList) in CreateErrorException()
/aoo42x/main/sw/source/ui/inc/
H A Dlabel.hxx53 String sFormat; member in SwLabDlg
/aoo42x/main/l10ntools/source/filter/utils/
H A DCache.java292 public static int mapFormatString2Format(java.lang.String sFormat) in mapFormatString2Format() argument
295 if (sFormat.equalsIgnoreCase(CMDVAL_FORMAT_60)) in mapFormatString2Format()
298 if (sFormat.equalsIgnoreCase(CMDVAL_FORMAT_6Y)) in mapFormatString2Format()
301 if (sFormat.equalsIgnoreCase(CMDVAL_FORMAT_INTERNAL)) in mapFormatString2Format()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx402 OUString sFormat( in endElement() local
406 if (sFormat.getLength()) in endElement()
443 sal_Int32 nKey = xFormats->queryKey( sFormat, locale, sal_True ); in endElement()
446 nKey = xFormats->addNew( sFormat, locale ); in endElement()
H A Dxmldlg_export.cxx564 OUString sFormat; in addNumberFormatAttr() local
566 …perties->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("FormatString") ) ) >>= sFormat ); in addNumberFormatAttr()
571 sFormat ); in addNumberFormatAttr()
/aoo42x/main/sw/source/ui/envelp/
H A Dlabel1.cxx137 sFormat(SW_RES(ST_FIRSTPAGE_LAB)), in SwLabDlg()
149 AddTabPage(TP_LAB_LAB, m_bLabel ? sFormat : sMedium ,SwLabPage ::Create, 0, sal_False, 0); in SwLabDlg()

Completed in 243 milliseconds

12