Home
last modified time | relevance | path

Searched refs:eFormat (Results 1 – 25 of 42) sorted by path

12

/trunk/main/editeng/inc/editeng/
H A Deditview.hxx181 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool…
182 sal_uLong Write( SvStream& rOutput, EETextFormat eFormat );
H A Dflditem.hxx123 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 Doutliner.hxx305 …sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool bSe…
306 sal_uLong Write( SvStream& rOutput, EETextFormat eFormat );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1345 sal_uLong EditEngine::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, SvKeyVa… in Read() argument
1352 … pImpEditEngine->Read( rInput, rBaseURL, eFormat, EditSelection( aPaM, aPaM ), pHTTPHeaderAttrs ); in Read()
1357 sal_uLong EditEngine::Write( SvStream& rOutput, EETextFormat eFormat ) in Write() argument
1362 pImpEditEngine->Write( rOutput, eFormat, EditSelection( aStartPaM, aEndPaM ) ); in Write()
H A Deditview.cxx579 sal_uLong EditView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_Bool … in Read() argument
586 EditPaM aEndPaM = PIMPEE->Read( rInput, rBaseURL, eFormat, aOldSel, pHTTPHeaderAttrs ); in Read()
603 sal_uLong EditView::Write( SvStream& rOutput, EETextFormat eFormat ) in Write() argument
607 PIMPEE->Write( rOutput, eFormat, pImpEditView->GetEditSelection() ); in Write()
H A Dimpedit.hxx792 …EditPaM Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, EditSelectio…
793 void Write( SvStream& rOutput, EETextFormat eFormat, EditSelection aSel );
H A Dimpedit4.cxx104 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 …]
/trunk/main/editeng/source/items/
H A Dflditem.cxx214 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 …]
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1207 sal_uLong Outliner::Read( SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SvKeyValueI… in Read() argument
1220 sal_uLong nRet = pEditEngine->Read( rInput, rBaseURL, (EETextFormat)eFormat, pHTTPHeaderAttrs ); in Read()
1232 if ( eFormat == EE_FORMAT_BIN ) in Read()
1241 if ( eFormat != EE_FORMAT_BIN ) in Read()
H A Doutlvw.cxx1839 sal_uLong OutlinerView::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, sal_… in Read() argument
1846 sal_uLong nRet = pEditView->Read( rInput, rBaseURL, eFormat, bSelect, pHTTPHeaderAttrs ); in Read()
1857 if ( eFormat == EE_FORMAT_BIN ) in Read()
1870 if ( eFormat != EE_FORMAT_BIN ) in Read()
1878 sal_uLong OutlinerView::Write( SvStream& rOutput, EETextFormat eFormat ) in Write() argument
1881 return pEditView->Write( rOutput, eFormat ); in Write()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx249 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()
/trunk/main/sal/inc/rtl/
H A Dmath.h204 enum rtl_math_StringFormat eFormat,
279 enum rtl_math_StringFormat eFormat,
H A Dmath.hxx42 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 …]
/trunk/main/sal/rtl/source/
H A Dmath.cxx359 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 …]
/trunk/main/sc/inc/
H A Dfilter.hxx120 …virtual FltError ScExportExcel5( SfxMedium&, ScDocument*, ExportFormatExcel eFormat, CharSet eDest…
/trunk/main/sc/source/filter/excel/
H A Dexcel.cxx53 …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()
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx528 …virtual FltError ScExportExcel5( SfxMedium&, ScDocument*, ExportFormatExcel eFormat, CharSet eDest…
/trunk/main/sc/source/filter/lotus/
H A Dexport.cxx34 …::ScExportLotus123( SvStream& aStream, ScDocument* pDoc, ExportFormatLotus eFormat, CharSet eDest ) in ScExportLotus123() argument
36 switch( eFormat ) in ScExportLotus123()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1136 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()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx1402 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()
/trunk/main/sd/source/ui/app/
H A Dsdpopup.cxx191 SvxDateFormat eFormat; in GetField() local
204 eFormat = (SvxDateFormat) ( i - 1 ); in GetField()
206 if( pDateField->GetFormat() != eFormat || in GetField()
224 SvxTimeFormat eFormat; in GetField() local
237 eFormat = (SvxTimeFormat) ( i - 1 ); in GetField()
239 if( pTimeField->GetFormat() != eFormat || in GetField()
258 SvxFileFormat eFormat; in GetField() local
271 eFormat = (SvxFileFormat) ( i - 3 ); in GetField()
273 if( pFileField->GetFormat() != eFormat || in GetField()
298 SvxAuthorFormat eFormat; in GetField() local
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgfield.cxx99 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 Dheaderfooterdlg.cxx182 void FillFormatList(int eFormat);
575 void HeaderFooterTabPage::FillFormatList( int eFormat ) in FillFormatList() argument
590 if( nDateTimeFormats[nFormat] == eFormat ) in FillFormatList()
/trunk/main/sd/source/ui/inc/
H A DOutlineViewShell.hxx123 sal_uLong Read(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat);
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx2019 sal_uLong OutlineViewShell::Read(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat) in Read() argument
2029 bRet = pOutl->Read( rInput, rBaseURL, eFormat, GetDocSh()->GetHeaderAttributes() ); in Read()

Completed in 173 milliseconds

12