Home
last modified time | relevance | path

Searched refs:nFormat (Results 26 – 50 of 239) sorted by path

12345678910

/trunk/main/editeng/source/items/
H A Dflditem.cxx241 sal_uInt16 nType, nFormat; in Load() local
245 rStm >> nFormat; in Load()
248 eFormat= (SvxDateFormat)nFormat; in Load()
397 sal_uInt16 nFormat = 0; in Load() local
399 rStm >> nFormat; in Load()
400 eFormat= (SvxURLFormat)nFormat; in Load()
590 sal_uInt16 nType, nFormat; in Load() local
594 rStm >> nFormat; in Load()
729 sal_uInt16 nType, nFormat; in Load() local
735 rStm >> nFormat; in Load()
[all …]
/trunk/main/editeng/source/uno/
H A Dunofield.cxx190 static sal_Int16 getFileNameDisplayFormat( SvxFileFormat nFormat ) in getFileNameDisplayFormat() argument
192 switch( nFormat ) in getFileNameDisplayFormat()
202 static SvxFileFormat setFileNameDisplayFormat( sal_Int16 nFormat ) in setFileNameDisplayFormat() argument
204 switch( nFormat ) in setFileNameDisplayFormat()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx480 const sal_uLong nFormat = pAcc->GetScanlineFormat(); in WriteAccess() local
484 sal_Bool bNative = ( BMP_FORMAT_8BIT_PAL == nFormat ); in WriteAccess()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1621 const sal_uInt16 nFormat = aDescriptor.GetFileFormat(); in CreateGraphicProperties() local
1625 (nFormat != GFF_BMP && in CreateGraphicProperties()
1626 nFormat != GFF_GIF && in CreateGraphicProperties()
1627 nFormat != GFF_JPG && in CreateGraphicProperties()
1628 nFormat != GFF_PNG && in CreateGraphicProperties()
1629 nFormat != GFF_TIF && in CreateGraphicProperties()
1630 nFormat != GFF_PCT && in CreateGraphicProperties()
1631 nFormat != GFF_WMF && in CreateGraphicProperties()
1632 nFormat != GFF_EMF) ) in CreateGraphicProperties()
H A Dviscache.hxx36 sal_uLong nFormat; member in Impl_OlePres
47 : nFormat( nF ) in Impl_OlePres()
68 sal_uLong GetFormat() const { return nFormat; } in GetFormat()
/trunk/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx202 UINT nFormat = DT_WORDBREAK | DT_CALCRECT | DT_EXTERNALLEADING | DT_LEFT; in calcWindowRect() local
205 nFormat |= DT_SINGLELINE; in calcWindowRect()
212 nFormat ); in calcWindowRect()
378 UINT nFormat = DT_WORDBREAK | DT_EXTERNALLEADING | DT_LEFT; in onPaint() local
381 nFormat |= DT_SINGLELINE; in onPaint()
388 nFormat ); in onPaint()
/trunk/main/framework/inc/classes/
H A Ddroptargetlistener.hxx97 …sal_Bool implts_IsDropFormatSupported( SotFormatStringId nFormat
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx196 sal_Bool DropTargetListener::implts_IsDropFormatSupported( SotFormatStringId nFormat ) in implts_IsDropFormatSupported() argument
205 if ( nFormat == (*aIter++).mnSotId ) in implts_IsDropFormatSupported()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java296 nFormat = FORMAT_60; in mapFormatString2Format()
299 nFormat = FORMAT_6Y; in mapFormatString2Format()
303 return nFormat; in mapFormatString2Format()
714 switch(nFormat) in convertTypePropsToExternal()
814 switch(nFormat) in convertFilterPropsToExternal()
915 switch(nFormat) in convertDetectServicePropsToExternal()
948 switch(nFormat) in convertFrameLoaderPropsToExternal()
981 switch(nFormat) in convertContentHandlerPropsToExternal()
1037 switch(nFormat) in convertTypePropsToInternal()
1160 switch(nFormat) in convertFilterPropsToInternal()
[all …]
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs162 int nFormat = xFormatTypes.getStandardFormat( in setDate()
170 new uno.Any( (Int32) nFormat ) ); in setDate()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java199 int nFormat = xFormatTypes.getStandardFormat( in setDate() local
204 xPropSet.setPropertyValue( "NumberFormat", new Integer( nFormat ) ); in setDate()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx2512 sal_uInt16 nFormat = dumpDec< sal_uInt16 >( "image-format", "IMGDATA-FORMAT" ); in implDumpRecordBody() local
2515 if( nFormat == 9 ) in implDumpRecordBody()
/trunk/main/oox/source/xls/
H A Dbiffhelper.cxx308 sal_uInt16 nFormat, nEnv; in importImgData() local
310 rStrm >> nFormat >> nEnv >> nBytes; in importImgData()
314 switch( nFormat ) in importImgData()
/trunk/main/package/inc/
H A DZipPackageFolder.hxx67 sal_Int32 nFormat,
87 void setPackageFormat_Impl( sal_Int32 nFormat ) { m_nFormat = nFormat; } in setPackageFormat_Impl() argument
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx61 sal_Int32 nFormat, in ZipPackageFolder() argument
64 , m_nFormat( nFormat ) in ZipPackageFolder()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupExchange.cxx59 sal_uLong nFormat = SotExchange::GetFormat(rFlavor); in GetData() local
60 if(nFormat == OGroupExchange::getReportGroupId() ) in GetData()
/trunk/main/sc/inc/
H A Dafmtuno.hxx249 ScAutoFormatFieldObj(sal_uInt16 nFormat, sal_uInt16 nField);
H A Dattarray.hxx93 friend void lcl_IterGetNumberFormat( sal_uLong& nFormat,
H A Dcell.hxx461 sal_uLong GetStandardFormat( SvNumberFormatter& rFormatter, sal_uLong nFormat ) const;
522 inline String GetStringFromCell( const ScBaseCell * pCell, sal_uLong nFormat, SvNumberFormatter* pF… in GetStringFromCell() argument
528 …ScCellFormat::GetString( const_cast<ScBaseCell*>(pCell), nFormat, strResult, &pColor, *(pFormatter… in GetStringFromCell()
H A Dcellform.hxx47 static void GetString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
53 static void GetInputString( ScBaseCell* pCell, sal_uLong nFormat, String& rString,
H A Dchgtrack.hxx765 sal_uLong nFormat );
774 sal_uLong nFormat,
780 sal_uLong nFormat, const ScDocument* pDoc );
864 sal_uLong nFormat );
H A Ddocument.hxx816 SC_DLLPUBLIC double RoundValueAsShown( double fVal, sal_uLong nFormat );
H A Ddptablecache.hxx71 sal_uLong GetNumType ( sal_uLong nFormat ) const;
H A Dglobal.hxx603 sal_uLong nFormat, short nType );
605 sal_uLong nFormat, short nType );
H A Dzforauto.hxx43 ScNumFormatAbbrev(sal_uLong nFormat, SvNumberFormatter& rFormatter);
46 void PutFormatIndex(sal_uLong nFormat, SvNumberFormatter& rFormatter);

Completed in 295 milliseconds

12345678910