Home
last modified time | relevance | path

Searched refs:nFormat (Results 126 – 150 of 239) sorted by relevance

12345678910

/trunk/main/sc/source/core/data/
H A Ddocumen6.cxx176 sal_uLong nFormat = pPattern->GetNumberFormat( xPoolHelper->GetFormTable(), pCondSet ); in GetScriptType() local
177 return GetCellScriptType( pCell, nFormat ); in GetScriptType()
H A Dpatattr.cxx1254 sal_uLong nFormat = in GetNumberFormat() local
1258 if ( nFormat < SV_COUNTRY_LANGUAGE_OFFSET && eLang == LANGUAGE_SYSTEM ) in GetNumberFormat()
1261 nFormat = pFormatter->GetFormatForLanguageIfBuiltIn( nFormat, eLang ); in GetNumberFormat()
1262 return nFormat; in GetNumberFormat()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx927 double fVal, sal_uLong nFormat, SvNumberFormatter& rFormatter, in CreateTableDataOptionsValNum() argument
938 if ( bValue || nFormat ) in CreateTableDataOptionsValNum()
944 if ( nFormat ) in CreateTableDataOptionsValNum()
948 const SvNumberformat* pFormatEntry = rFormatter.GetEntry( nFormat ); in CreateTableDataOptionsValNum()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx91 sal_uInt32 nFormat(0); in CreateCell() local
93 nFormat = pDoc->GetFormatTable()->GetStandardFormat( NUMBERFORMAT_DATE, ScGlobal::eLnge ); in CreateCell()
95 nFormat = pDoc->GetFormatTable()->GetStandardFormat( NUMBERFORMAT_TIME, ScGlobal::eLnge ); in CreateCell()
96 pDoc->GetFormatTable()->GetInputLineString(fValue, nFormat, sInputString); in CreateCell()
H A DXMLStylesImportHelper.hxx45 ScMyStyleNumberFormat(const rtl::OUString& rStyleName, const sal_Int32 nFormat) : in ScMyStyleNumberFormat()
46 sStyleName(rStyleName), nNumberFormat(nFormat) {} in ScMyStyleNumberFormat()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx905 String SwDocInfoFieldType::Expand( sal_uInt16 nSub, sal_uInt32 nFormat, in Expand() argument
935 if ( !nFormat ) in Expand()
946 aStr = ExpandValue(fVal, nFormat, nLang); in Expand()
1009 if (!nFormat) in Expand()
1021 aStr = ExpandValue(fVal, nFormat, nLang); in Expand()
1026 if (!nFormat) in Expand()
1037 aStr = ExpandValue(fVal, nFormat, nLang); in Expand()
/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx48 SwTblBoxNumFormat::SwTblBoxNumFormat( sal_uInt32 nFormat, sal_Bool bFlag ) in SwTblBoxNumFormat() argument
49 : SfxUInt32Item( RES_BOXATR_FORMAT, nFormat ), bAuto( bFlag ) in SwTblBoxNumFormat()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedNumberFormatProperty.cxx64 sal_Int32 nFormat = 0; in setPropertyValue() local
65 if( ! (rOuterValue >>= nFormat) ) in setPropertyValue()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx1717 sal_uInt32 nFormat = 0; in Read_F_DocInfo() local
1722 short nDT = GetTimeDatePara(rStr, nFormat, nLang, pF->nId); in Read_F_DocInfo()
1741 rDoc.GetSysFldType( RES_DOCINFOFLD ), nSub|nReg, String(), nFormat ); in Read_F_DocInfo()
1794 sal_uInt32 nFormat = 0; in Read_F_DateTime() local
1797 short nDT = GetTimeDatePara(rStr, nFormat, nLang, ww::eDATE, bHijri); in Read_F_DateTime()
1804 nFormat = rDoc.GetNumberFormatter()->GetFormatIndex( in Read_F_DateTime()
1810 nFormat = rDoc.GetNumberFormatter()->GetFormatIndex( in Read_F_DateTime()
1818 rDoc.GetSysFldType(RES_DATETIMEFLD ), DATEFLD, nFormat); in Read_F_DateTime()
1825 rDoc.GetSysFldType(RES_DATETIMEFLD), TIMEFLD, nFormat); in Read_F_DateTime()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx781 sal_uLong nFormat = aDate; in Out() local
783 nWhich, nSubType, nFormat, 0x0110 ); in Out()
785 rOut.GetSysFldType(RES_DATETIMEFLD), DATEFLD, nFormat); in Out()
795 sal_uLong nFormat = aTime; in Out() local
797 nWhich, nSubType, nFormat, 0x0110 ); in Out()
799 rOut.GetSysFldType(RES_DATETIMEFLD), TIMEFLD, nFormat); in Out()
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx447 sal_uInt32 nFormat = 0; in GetNumberDataset() local
449 if( pNumFormatter->IsNumberFormat( aTestVal, nFormat, fTmpVal ) ) in GetNumberDataset()
452 nNumFormat = nFormat; in GetNumberDataset()
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx249 sal_uInt32 SvpElement::getBitCountFromScanlineFormat( sal_Int32 nFormat ) in getBitCountFromScanlineFormat() argument
252 switch( nFormat ) in getBitCountFromScanlineFormat()
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx187 sal_uInt8 nFormat, nAlign, nFont; in import() local
189 *mpStream >> nFormat >> nAlign >> nColor >> nFont; in import()
/trunk/main/sc/inc/
H A Dchgtrack.hxx765 sal_uLong nFormat );
774 sal_uLong nFormat,
780 sal_uLong nFormat, const ScDocument* pDoc );
864 sal_uLong 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/sc/source/filter/rtf/
H A Drtfexp.cxx242 sal_uLong nFormat = pAttr->GetNumberFormat( pFormatter ); in WriteCell() local
244 ScCellFormat::GetString( pCell, nFormat, aContent, &pColor, *pFormatter ); in WriteCell()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbexchange.cxx178 const sal_uLong nFormat = SotExchange::GetFormat(rFlavor); in GetData() local
179 switch (nFormat) in GetData()
/trunk/main/sw/inc/
H A Ddocufld.hxx585 …String Expand(sal_uInt16 nSubType, sal_uInt32 nFormat, sal_uInt16 nLang, const String& rName) …
626 String Expand(sal_uInt16 nSubType, sal_uInt32 nFormat) const;
754 SwJumpEditField( SwJumpEditFieldType*, sal_uInt32 nFormat,
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx405 const sal_uLong nFormat = pAcc->GetScanlineFormat(); in CreateBitmap() local
408 ( bGray && ( BMP_FORMAT_8BIT_PAL == nFormat ) ) || in CreateBitmap()
409 ( !bGray && ( BMP_FORMAT_24BIT_TC_RGB == nFormat ) ) in CreateBitmap()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx908 sal_uInt32 nFormat = 0; //! explicit language? in CallSolver() local
910 … if ( mpDoc->GetFormatTable()->IsNumberFormat( aConstrIter->aRightStr, nFormat, fValue ) ) in CallSolver()
956 sal_uInt32 nFormat = 0; //! explicit language? in CallSolver() local
958 if ( mpDoc->GetFormatTable()->IsNumberFormat( aValStr, nFormat, fValue ) ) in CallSolver()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx3074 sal_Int16 nFormat = lcl_AnyToInt16(pProperties[j].Value); in replaceByIndex() local
3075 switch(nFormat) in replaceByIndex()
3078 nFormat = CF_NUMBER; in replaceByIndex()
3081 nFormat = CF_TITLE; in replaceByIndex()
3084 nFormat = CF_NUM_TITLE; in replaceByIndex()
3087 nFormat = CF_NUMBER_NOPREPST; in replaceByIndex()
3090 nFormat = CF_NUM_NOPREPST_TITLE; in replaceByIndex()
3095 aToken.nChapterFormat = nFormat; in replaceByIndex()
/trunk/main/comphelper/inc/comphelper/
H A Dofopxmlhelper.hxx64 OFOPXMLHelper( sal_uInt16 nFormat ); // must not be created directly
67 …:XInputStream >& xInStream, const ::rtl::OUString& aStringID, sal_uInt16 nFormat, const ::com::sun…
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1433 sal_Bool SdrObjEditView::Cut(sal_uIntPtr nFormat) in Cut() argument
1443 return SdrGlueEditView::Cut(nFormat); in Cut()
1447 sal_Bool SdrObjEditView::Yank(sal_uIntPtr nFormat) in Yank() argument
1453 return SdrGlueEditView::Yank(nFormat); in Yank()
1457 sal_Bool SdrObjEditView::Paste(Window* pWin, sal_uIntPtr nFormat) in Paste() argument
1474 return SdrGlueEditView::Paste(pWin,nFormat); in Paste()
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx877 sal_Int32 nFormat; in GetParameterSequence() local
879 nFormat = static_cast<sal_Int32>(FORMAT_PNG); in GetParameterSequence()
881 nFormat = static_cast<sal_Int32>(FORMAT_GIF); in GetParameterSequence()
883 nFormat = static_cast<sal_Int32>(FORMAT_JPG); in GetParameterSequence()
884 aValue.Value <<= nFormat; in GetParameterSequence()
/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx163 SotFormatStringId nFormat (SOT_FORMATSTR_ID_EMBED_SOURCE_OLE); in GetSupportedClipboardFormats() local
164 bool bHasFormat (rDataHelper.HasFormat(nFormat)); in GetSupportedClipboardFormats()
167 bHasFormat = rDataHelper.HasFormat(nFormat); in GetSupportedClipboardFormats()
173 if (SvPasteObjectHelper::GetEmbeddedName (rDataHelper, sName, sSource, nFormat)) in GetSupportedClipboardFormats()
174 pResult->AddClipbrdFormat (nFormat, sName); in GetSupportedClipboardFormats()

Completed in 253 milliseconds

12345678910