/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 214 eFormat = eF; in SvxDateField() 234 ( eFormat == rOtherFld.eFormat ) ); in operator ==() 286 switch( eFormat ) in GetFormatted() 350 eFormat = eFmt; in SvxURLField() 368 return ( ( eFormat == rOtherFld.eFormat ) && in operator ==() 563 eFormat = eF; in SvxExtTimeField() 583 ( eFormat == rOtherFld.eFormat ) ); in operator ==() 702 eFormat = eF; in SvxExtFileField() 722 ( eFormat == rOtherFld.eFormat ) ); in operator ==() 854 eFormat = eF; in SvxAuthorField() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 123 SvxDateFormat eFormat; member in SvxDateField 131 SvxDateFormat eFormat = SVXDATEFORMAT_STDSMALL ); 139 SvxDateFormat GetFormat() const { return eFormat; } in GetFormat() 165 SvxURLFormat eFormat; member in SvxURLField 185 SvxURLFormat GetFormat() const { return eFormat; } in GetFormat() 264 SvxTimeFormat eFormat; member in SvxExtTimeField 279 SvxTimeFormat GetFormat() const { return eFormat; } in GetFormat() 311 SvxFileFormat eFormat; member in SvxExtFileField 326 SvxFileFormat GetFormat() const { return eFormat; } in GetFormat() 350 SvxAuthorFormat eFormat; member in SvxAuthorField [all …]
|
H A D | editview.hxx | 181 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool… 182 sal_uLong Write( SvStream& rOutput, EETextFormat eFormat );
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdpopup.cxx | 199 SvxDateFormat eFormat; in GetField() local 212 eFormat = (SvxDateFormat) ( i - 1 ); in GetField() 214 if( pDateField->GetFormat() != eFormat || in GetField() 232 SvxTimeFormat eFormat; in GetField() local 245 eFormat = (SvxTimeFormat) ( i - 1 ); in GetField() 247 if( pTimeField->GetFormat() != eFormat || in GetField() 266 SvxFileFormat eFormat; in GetField() local 279 eFormat = (SvxFileFormat) ( i - 3 ); in GetField() 281 if( pFileField->GetFormat() != eFormat || in GetField() 306 SvxAuthorFormat eFormat; in GetField() local [all …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excel.cxx | 53 …rPluginImpl::ScImportExcel( SfxMedium& rMedium, ScDocument* pDocument, const EXCIMPFORMAT eFormat ) in ScImportExcel() argument 61 …if( (eFormat != EIF_AUTO) && (eFormat != EIF_BIFF_LE4) && (eFormat != EIF_BIFF5) && (eFormat != EI… in ScImportExcel() 285 ExportFormatExcel eFormat, CharSet eNach ) in ScExportExcel5() argument 287 if( eFormat != ExpBiff5 && eFormat != ExpBiff8 && eFormat != Exp2007Xml ) in ScExportExcel5() 300 if( eFormat == ExpBiff5 || eFormat == ExpBiff8 ) in ScExportExcel5() 301 eRet = lcl_ExportExcelBiff( rMedium, pDocument, pMedStrm, eFormat == ExpBiff8, eNach ); in ScExportExcel5() 302 else if( eFormat == Exp2007Xml ) in ScExportExcel5()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | math.hxx | 42 inline rtl::OString doubleToString(double fValue, rtl_math_StringFormat eFormat, in doubleToString() argument 50 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString() 58 inline rtl::OString doubleToString(double fValue, rtl_math_StringFormat eFormat, in doubleToString() argument 64 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString() 72 rtl_math_StringFormat eFormat, in doubleToUString() argument 80 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString() 89 rtl_math_StringFormat eFormat, in doubleToUString() argument 104 rtl_math_StringFormat eFormat, in doubleToUStringBuffer() argument 115 eFormat, nDecPlaces, cDecSeparator, pGroups, in doubleToUStringBuffer() 123 rtl_math_StringFormat eFormat, in doubleToUStringBuffer() argument [all …]
|
H A D | math.h | 204 enum rtl_math_StringFormat eFormat, 279 enum rtl_math_StringFormat eFormat,
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgfield.cxx | 99 SvxDateFormat eFormat; in GetField() local 106 eFormat = (SvxDateFormat) ( aLbFormat.GetSelectEntryPos() + 2 ); in GetField() 110 ( (SvxDateField*) pNewField )->SetFormat( eFormat ); in GetField() 116 SvxTimeFormat eFormat; in GetField() local 127 ( (SvxExtTimeField*) pNewField )->SetFormat( eFormat ); in GetField() 133 SvxFileFormat eFormat; in GetField() local 140 eFormat = (SvxFileFormat) ( aLbFormat.GetSelectEntryPos() ); in GetField() 156 ( (SvxExtFileField*) pNewField )->SetFormat( eFormat ); in GetField() 162 SvxAuthorFormat eFormat; in GetField() local 169 eFormat = (SvxAuthorFormat) ( aLbFormat.GetSelectEntryPos() ); in GetField() [all …]
|
H A D | headerfooterdlg.cxx | 182 void FillFormatList(int eFormat); 575 void HeaderFooterTabPage::FillFormatList( int eFormat ) in FillFormatList() argument 590 if( nDateTimeFormats[nFormat] == eFormat ) in FillFormatList()
|
/aoo41x/main/sal/rtl/source/ |
H A D | math.cxx | 359 switch ( eFormat ) in doubleToString() 367 eFormat = rtl_math_StringFormat_E; in doubleToString() 374 eFormat = rtl_math_StringFormat_F; in doubleToString() 379 eFormat = rtl_math_StringFormat_F; in doubleToString() 393 eFormat = rtl_math_StringFormat_E; in doubleToString() 398 eFormat = rtl_math_StringFormat_F; in doubleToString() 408 if( eFormat == rtl_math_StringFormat_F ) in doubleToString() 418 if( eFormat == rtl_math_StringFormat_F ) in doubleToString() 445 if( eFormat == rtl_math_StringFormat_F ) in doubleToString() 588 if ( !bHasDec && eFormat == rtl_math_StringFormat_F ) in doubleToString() [all …]
|
/aoo41x/main/svtools/source/filter/ixbm/ |
H A D | xbmread.cxx | 198 sal_Bool XBMReader::ParseData( SvStream* pInStm, const ByteString& aLastLine, XBMFormat eFormat ) in ParseData() argument 203 long nBits = ( eFormat == XBM10 ) ? 16 : 8; in ParseData() 318 XBMFormat eFormat = XBM10; in ReadXBM() local 321 eFormat = XBM10; in ReadXBM() 323 eFormat = XBM11; in ReadXBM() 336 bStatus = ParseData( &rIStm, aLine, eFormat ); in ReadXBM()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 249 EETextFormat eFormat; in PreNotify() member 275 EETextFormat eFormat = EE_FORMAT_XML; in PreNotify() local 281 eFormat = aExportFormats[i].eFormat; in PreNotify() 289 … getEngine().Read( *pStream, aURL.GetMainURL( INetURLObject::NO_DECODE ), eFormat ); in PreNotify() 293 getEngine().Write( *pStream, eFormat ); in PreNotify()
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 1184 …if ( ( eFormat == XTDATEF_SHORT_YYMMDD_DIN5008 ) || ( eFormat == XTDATEF_SHORT_YYYYMMDD_DIN5008 ) ) in ImplGetDateSep() 1220 switch( eFormat ) in ImplDateGetValue() 1541 if ( eFormat == XTDATEF_SYSTEM_LONG ) in ImplDateSpinArea() 1565 switch( eFormat ) in ImplDateSpinArea() 1711 mnExtDateFormat = eFormat; in SetExtDateFormat() 2378 TimeFieldFormat eFormat, in ImplTimeProcessKeyInput() argument 2483 if ( eFormat != TIMEF_SEC_CS ) in ImplTimeGetValue() 2593 if ( eFormat == TIMEF_NONE ) in ImplTimeGetValue() 2595 else if ( eFormat == TIMEF_SEC ) in ImplTimeGetValue() 3255 void TimeField::SetExtFormat( ExtTimeFieldFormat eFormat ) in SetExtFormat() argument [all …]
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1727 enum XMLTokenEnum eFormat = XML_TOKEN_INVALID; in convertNumFormat() local 1731 case NumberingType::CHARS_UPPER_LETTER: eFormat = XML_A_UPCASE; break; in convertNumFormat() 1732 case NumberingType::CHARS_LOWER_LETTER: eFormat = XML_A; break; in convertNumFormat() 1733 case NumberingType::ROMAN_UPPER: eFormat = XML_I_UPCASE; break; in convertNumFormat() 1734 case NumberingType::ROMAN_LOWER: eFormat = XML_I; break; in convertNumFormat() 1735 case NumberingType::ARABIC: eFormat = XML_1; break; in convertNumFormat() 1737 case NumberingType::CHARS_LOWER_LETTER_N: eFormat = XML_A; break; in convertNumFormat() 1738 case NumberingType::NUMBER_NONE: eFormat = XML__EMPTY; break; in convertNumFormat() 1743 DBG_ASSERT( eFormat != XML_TOKEN_INVALID, "invalid number format" ); in convertNumFormat() 1750 if( eFormat != XML_TOKEN_INVALID ) in convertNumFormat() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 180 view::PaperFormat convertToPaperFormat(Paper eFormat) in convertToPaperFormat() argument 183 switch (eFormat) in convertToPaperFormat() 217 Paper convertToPaper(view::PaperFormat eFormat) in convertToPaper() argument 220 switch (eFormat) in convertToPaper() 302 view::PaperFormat eFormat = convertToPaperFormat(pPrinter->GetPaper()); in getPrinter() local 303 aPrinter.getArray()[2].Value <<= eFormat; in getPrinter()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdxcgv.hxx | 140 …eURL, sal_uInt16 eFormat, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) {… in Paste() argument 141 …sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Poin…
|
H A D | svdotext.hxx | 311 …TextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat); 372 void NbcSetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat); 373 void SetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat);
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | export.cxx | 34 …::ScExportLotus123( SvStream& aStream, ScDocument* pDoc, ExportFormatLotus eFormat, CharSet eDest ) in ScExportLotus123() argument 36 switch( eFormat ) in ScExportLotus123()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 1402 SvxFileFormat eFormat = lcl_UnoToSvxFileFormat( nIntVal ); in setPropertyValue() local 1413 pExtFile->SetFormat( eFormat ); in setPropertyValue() 1419 … nFileFormat = sal::static_int_cast<sal_Int16>(eFormat); // not inserted yet - store value in setPropertyValue() 1448 SvxFileFormat eFormat = SVXFILEFORMAT_NAME_EXT; in getPropertyValue() local 1459 eFormat = pExtFile->GetFormat(); in getPropertyValue() 1463 eFormat = (SvxFileFormat) nFileFormat; // not inserted yet - use stored value in getPropertyValue() 1465 sal_Int16 nIntVal = lcl_SvxToUnoFileFormat( eFormat ); in getPropertyValue()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 104 if ( eFormat == EE_FORMAT_TEXT ) in Read() 106 else if ( eFormat == EE_FORMAT_RTF ) in Read() 108 else if ( eFormat == EE_FORMAT_XML ) in Read() 110 else if ( eFormat == EE_FORMAT_HTML ) in Read() 112 else if ( eFormat == EE_FORMAT_BIN) in Read() 235 void ImpEditEngine::Write( SvStream& rOutput, EETextFormat eFormat, EditSelection aSel ) in Write() argument 242 if ( eFormat == EE_FORMAT_TEXT ) in Write() 244 else if ( eFormat == EE_FORMAT_RTF ) in Write() 246 else if ( eFormat == EE_FORMAT_XML ) in Write() 248 else if ( eFormat == EE_FORMAT_HTML ) in Write() [all …]
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1136 EXCIMPFORMAT eFormat = EIF_AUTO; in ConvertFrom() local 1138 eFormat = EIF_BIFF_LE4; in ConvertFrom() 1141 eFormat = EIF_BIFF5; in ConvertFrom() 1143 eFormat = EIF_BIFF8; in ConvertFrom() 1148 FltError eError = ScFormatFilter::Get().ScImportExcel( rMedium, &aDocument, eFormat ); in ConvertFrom() 2172 ExportFormatExcel eFormat = ExpBiff5; in ConvertTo() local 2174 eFormat = ExpBiff8; in ConvertTo() 2176 eFormat = Exp2007Xml; in ConvertTo() 2177 …FltError eError = ScFormatFilter::Get().ScExportExcel5( rMed, &aDocument, eFormat, RTL_TEXTENCODIN… in ConvertTo()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotext.cxx | 231 …wTextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat) in SdrTextObj() argument 247 NbcSetText(rInput, rBaseURL, eFormat); in SdrTextObj() 339 void SdrTextObj::NbcSetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat) in NbcSetText() argument 343 rOutliner.Read(rInput,rBaseURL,eFormat); in NbcSetText() 353 void SdrTextObj::SetText(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat) in SetText() argument 357 NbcSetText(rInput,rBaseURL,eFormat); in SetText()
|
H A D | svdorect.cxx | 108 …wTextKind, const Rectangle& rNewRect, SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat) in SdrRectObj() argument 109 : SdrTextObj(eNewTextKind,rNewRect,rInput,rBaseURL,eFormat), in SdrRectObj()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1841 sal_uLong OutlinerView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_… in Read() argument 1848 sal_uLong nRet = pEditView->Read( rInput, rBaseURL, eFormat, bSelect, pHTTPHeaderAttrs ); in Read() 1859 if ( eFormat == EE_FORMAT_BIN ) in Read() 1872 if ( eFormat != EE_FORMAT_BIN ) in Read() 1880 sal_uLong OutlinerView::Write( SvStream& rOutput, EETextFormat eFormat ) in Write() argument 1883 return pEditView->Write( rOutput, eFormat ); in Write()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 350 NfIndexTableOffset eFormat; member 1352 return sal::static_int_cast< sal_uInt16 >(rEntry.eFormat); in GetDefaultDateFormat() 1700 NfIndexTableOffset eFormat = (NfIndexTableOffset) SvXMLNumFmtDefaults::GetDefaultDateFormat( in CreateAndInsert() local 1703 if ( eFormat < NF_INDEX_TABLE_ENTRIES ) in CreateAndInsert() 1710 nIndex = pFormatter->GetFormatIndex( eFormat, nFormatLang ); in CreateAndInsert()
|