Searched refs:nFileFormat (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbafield.cxx | 389 sal_Int16 nFileFormat = text::FilenameDisplayFormat::NAME_AND_EXT; in Create_Field_FileName() local 399 nFileFormat = text::FilenameDisplayFormat::FULL; in Create_Field_FileName() 413 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FileFormat") ), uno::makeAny( nFileFormat ) ); in Create_Field_FileName()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 1132 nFileFormat( SVXFILEFORMAT_NAME_EXT ) in ScHeaderFieldObj() 1267 aField.SetFormat( (SvxFileFormat) nFileFormat ); in CreateFieldItem() 1419 … nFileFormat = sal::static_int_cast<sal_Int16>(eFormat); // not inserted yet - store value in setPropertyValue() 1463 eFormat = (SvxFileFormat) nFileFormat; // not inserted yet - use stored value in getPropertyValue()
|
/aoo42x/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 1225 sal_Int32 nFileFormat, in FillClass() argument 1228 if (nFileFormat == SOFFICE_FILEFORMAT_60) in FillClass() 1243 else if (nFileFormat == SOFFICE_FILEFORMAT_8) in FillClass()
|
/aoo42x/main/starmath/source/ |
H A D | document.cxx | 1384 sal_Int32 nFileFormat, in FillClass() argument 1389 if (nFileFormat == SOFFICE_FILEFORMAT_60 ) in FillClass() 1396 else if (nFileFormat == SOFFICE_FILEFORMAT_8 ) in FillClass()
|
/aoo42x/main/sw/inc/ |
H A D | globdoc.hxx | 44 sal_Int32 nFileFormat,
|
H A D | wdocsh.hxx | 50 sal_Int32 nFileFormat,
|
H A D | docsh.hxx | 265 sal_Int32 nFileFormat,
|
/aoo42x/main/starmath/inc/ |
H A D | document.hxx | 143 sal_Int32 nFileFormat,
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | DrawDocShell.hxx | 107 …ng* pAppName, String* pFullTypeName, String* pShortTypeName, sal_Int32 nFileFormat, sal_Bool bTemp…
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 285 sal_Int32 nFileFormat, in FillClass() argument 288 if ( nFileFormat == SOFFICE_FILEFORMAT_60 ) in FillClass() 295 else if ( nFileFormat == SOFFICE_FILEFORMAT_8 ) in FillClass()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 194 sal_Int32 nFileFormat,
|
/aoo42x/main/sc/inc/ |
H A D | fielduno.hxx | 339 sal_Int16 nFileFormat; // enum SvxFileFormat, valid if not inserted member in ScHeaderFieldObj
|
Completed in 56 milliseconds