Home
last modified time | relevance | path

Searched refs:pNumFmt (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dexport-tests-ooxml1.cxx549 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testBulletStartNumber() local
550 CPPUNIT_ASSERT(pNumFmt); in testBulletStartNumber()
551 …QUAL_MESSAGE( "Bullet's start number is wrong!", sal_Int16(3), sal_Int16(pNumFmt->GetNumRule()->Ge… in testBulletStartNumber()
627 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testBulletColor() local
628 CPPUNIT_ASSERT(pNumFmt); in testBulletColor()
629 …CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's color is wrong!", Color(0xff0000),pNumFmt->GetNumRule()->G… in testBulletColor()
673 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testBulletMarginAndIndentation() local
674 CPPUNIT_ASSERT(pNumFmt); in testBulletMarginAndIndentation()
676 …CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's left margin is wrong!", sal_Int32(1000),pNumFmt->GetNumRul… in testBulletMarginAndIndentation()
677 …CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's indentation is wrong!", sal_Int32(-998),pNumFmt->GetNumRul… in testBulletMarginAndIndentation()
H A Dimport-tests.cxx1365 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(1).GetItem(EE_PARA_NUMBULLET); in testBulletSuffix() local
1366 CPPUNIT_ASSERT(pNumFmt); in testBulletSuffix()
1967 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testTdf103477() local
1968 CPPUNIT_ASSERT(pNumFmt); in testTdf103477()
2443 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testTdf108925() local
2444 CPPUNIT_ASSERT(pNumFmt); in testTdf108925()
2445 CPPUNIT_ASSERT_EQUAL(sal_uInt16(25), pNumFmt->GetNumRule()->GetLevel(0).GetBulletRelSize()); in testTdf108925()
2521 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(i).GetItem(EE_PARA_NUMBULLET); in testTdf90626() local
2522 CPPUNIT_ASSERT(pNumFmt); in testTdf90626()
2728 CPPUNIT_ASSERT(pNumFmt); in testTdf77747()
[all …]
H A Dexport-tests-ooxml2.cxx2518 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testTdf126234() local
2519 CPPUNIT_ASSERT(pNumFmt); in testTdf126234()
2520 CPPUNIT_ASSERT_EQUAL(sal_uInt16(400), pNumFmt->GetNumRule()->GetLevel(0).GetBulletRelSize()); in testTdf126234()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/rtf/
H A Deeimpars.cxx261 const SfxPoolItem* pNumFmt = nullptr; in WriteToDocument() local
262 if ( rESet.GetItemState(ATTR_VALUE_FORMAT, false, &pNumFmt) == SfxItemState::SET ) in WriteToDocument()
263 pAttrItemSet->Put(*pNumFmt); in WriteToDocument()
359 const SfxPoolItem* pNumFmt = nullptr; in WriteToDocument() local
360 … if (rAttrItemSet2.GetItemState(ATTR_VALUE_FORMAT, false, &pNumFmt) == SfxItemState::SET) in WriteToDocument()
362 sal_uInt32 nNumFmt = static_cast<const SfxUInt32Item*>(pNumFmt)->GetValue(); in WriteToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/rtf/
H A Deeimpars.cxx259 const SfxPoolItem* pNumFmt = nullptr; in WriteToDocument() local
260 if ( rESet.GetItemState(ATTR_VALUE_FORMAT, false, &pNumFmt) == SfxItemState::SET ) in WriteToDocument()
261 pAttrItemSet->Put(*pNumFmt); in WriteToDocument()
357 const SfxPoolItem* pNumFmt = nullptr; in WriteToDocument() local
358 … if (rAttrItemSet2.GetItemState(ATTR_VALUE_FORMAT, false, &pNumFmt) == SfxItemState::SET) in WriteToDocument()
360 sal_uInt32 nNumFmt = static_cast<const SfxUInt32Item*>(pNumFmt)->GetValue(); in WriteToDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh8.cxx448 SvNumberFormatter* pNumFmt = rDoc.GetFormatTable(); in lcl_GetColumnTypes() local
577 switch ( pNumFmt->GetType( nFormat ) ) in lcl_GetColumnTypes()
755 SvNumberFormatter* pNumFmt = m_aDocument.GetFormatTable(); in DBaseExport()
913 aString, m_aDocument, nDocCol, nDocRow, nTab, *pNumFmt); in DBaseExport()
945 Date aDate = pNumFmt->GetNullDate(); // tools date in DBaseExport()
1016 aString, m_aDocument, nDocCol, nDocRow, nTab, *pNumFmt); in DBaseExport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh8.cxx449 SvNumberFormatter* pNumFmt = rDoc.GetFormatTable(); in lcl_GetColumnTypes() local
578 switch ( pNumFmt->GetType( nFormat ) ) in lcl_GetColumnTypes()
756 SvNumberFormatter* pNumFmt = m_aDocument.GetFormatTable(); in DBaseExport()
914 aString, m_aDocument, nDocCol, nDocRow, nTab, *pNumFmt); in DBaseExport()
946 Date aDate = pNumFmt->GetNullDate(); // tools date in DBaseExport()
1015 aString, m_aDocument, nDocCol, nDocRow, nTab, *pNumFmt); in DBaseExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dimport-tests.cxx1630 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(1).GetItem(EE_PARA_NUMBULLET); in testBulletSuffix() local
1631 CPPUNIT_ASSERT(pNumFmt); in testBulletSuffix()
2322 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testTdf103477() local
2323 CPPUNIT_ASSERT(pNumFmt); in testTdf103477()
2797 CPPUNIT_ASSERT(pNumFmt); in testTdf108925()
2875 CPPUNIT_ASSERT(pNumFmt); in testTdf90626()
2892 CPPUNIT_ASSERT(pNumFmt); in testTdf138148()
3137 CPPUNIT_ASSERT(pNumFmt); in testTdf77747()
3140 pNumFmt->GetNumRule().GetLevel(0).GetNumberingType()); in testTdf77747()
3408 CPPUNIT_ASSERT(pNumFmt); in testTdf49856()
[all …]
H A Dexport-tests-ooxml1.cxx761 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testBulletStartNumber() local
762 CPPUNIT_ASSERT(pNumFmt); in testBulletStartNumber()
763 …QUAL_MESSAGE( "Bullet's start number is wrong!", sal_Int16(3), sal_Int16(pNumFmt->GetNumRule().Get… in testBulletStartNumber()
865 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testBulletColor() local
866 CPPUNIT_ASSERT(pNumFmt); in testBulletColor()
867 …CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's color is wrong!", Color(0xff0000),pNumFmt->GetNumRule().Ge… in testBulletColor()
910 const SvxNumBulletItem *pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testBulletMarginAndIndentation() local
911 CPPUNIT_ASSERT(pNumFmt); in testBulletMarginAndIndentation()
913 …CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's left margin is wrong!", sal_Int32(1000),pNumFmt->GetNumRul… in testBulletMarginAndIndentation()
914 …CPPUNIT_ASSERT_EQUAL_MESSAGE( "Bullet's indentation is wrong!", sal_Int32(-1000),pNumFmt->GetNumRu… in testBulletMarginAndIndentation()
H A Dexport-tests-ooxml3.cxx1390 const SvxNumBulletItem* pNumFmt = aEdit.GetParaAttribs(0).GetItem(EE_PARA_NUMBULLET); in testTdf126234() local
1391 CPPUNIT_ASSERT(pNumFmt); in testTdf126234()
1392 CPPUNIT_ASSERT_EQUAL(sal_uInt16(400), pNumFmt->GetNumRule().GetLevel(0).GetBulletRelSize()); in testTdf126234()
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvIntInit.cpp270 …onst &FileName, std::string const Desc, double *pData, uint nRows, uint nCols, char const *pNumFmt)
272 if ( pNumFmt == 0 )
273 pNumFmt = "%21.14f";
281 File << " " << format(pNumFmt) % pData[iRow + nRows*iCol];
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dautofmt.hxx68 std::unique_ptr<SvNumberFormatter> pNumFmt; member in ScAutoFmtPreview
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dautofmt.hxx69 std::unique_ptr<SvNumberFormatter> pNumFmt; member in ScAutoFmtPreview
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dautofmt.cxx68 , pNumFmt(new SvNumberFormatter(::comphelper::getProcessComponentContext(), ScGlobal::eLnge)) in ScAutoFmtPreview()
235 nNum = rNumFormat.GetFormatIndex(*pNumFmt); in DrawString()
239 pNumFmt->GetOutputString(nVal, nNum, cellString, &pDummy); in DrawString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dautofmt.cxx67 , pNumFmt(new SvNumberFormatter(::comphelper::getProcessComponentContext(), ScGlobal::eLnge)) in ScAutoFmtPreview()
234 nNum = rNumFormat.GetFormatIndex(*pNumFmt); in DrawString()
238 pNumFmt->GetOutputString(nVal, nNum, cellString, &pDummy); in DrawString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewsf.cxx626 const SvxNumberFormat* pNumFmt = pNumRule->Get(nCurLevel); in GetAttrState() local
627 if ( pNumFmt ) in GetAttrState()
630 switch(pNumFmt->GetNumberingType()) in GetAttrState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewsf.cxx644 const SvxNumberFormat* pNumFmt = pNumRule->Get(nCurLevel); in GetAttrState() local
645 if ( pNumFmt ) in GetAttrState()
648 switch(pNumFmt->GetNumberingType()) in GetAttrState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dnumberformatsbuffer.cxx2020 const NumberFormat* pNumFmt = maNumFmts.get(nNumFmtId).get(); in fillToItemSet() local
2021 if (!pNumFmt) in fillToItemSet()
2024 return pNumFmt->fillToItemSet( rItemSet, bSkipPoolDefs); in fillToItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dnumberformatsbuffer.cxx2016 const NumberFormat* pNumFmt = maNumFmts.get(nNumFmtId).get(); in fillToItemSet() local
2017 if (!pNumFmt) in fillToItemSet()
2020 return pNumFmt->fillToItemSet( rItemSet, bSkipPoolDefs); in fillToItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddpoutput.cxx384 sal_uInt32* pNumFmt = new sal_uInt32[nSize]; in lcl_FillNumberFormats() local
390 pNumFmt[nPos] = nFormat; in lcl_FillNumberFormats()
408 pNumFmt[nPos] = nFormat; in lcl_FillNumberFormats()
412 rFormats.reset( pNumFmt ); in lcl_FillNumberFormats()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddpoutput.cxx386 sal_uInt32* pNumFmt = new sal_uInt32[nSize]; in lcl_FillNumberFormats() local
392 pNumFmt[nPos] = nFormat; in lcl_FillNumberFormats()
410 pNumFmt[nPos] = nFormat; in lcl_FillNumberFormats()
414 rFormats.reset( pNumFmt ); in lcl_FillNumberFormats()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx4278 const SvxNumberFormat *pNumFmt = GetNumberFormat( pNode ); in GetSpaceBeforeAndMinLabelWidth() local
4286 if (pNumFmt) in GetSpaceBeforeAndMinLabelWidth()
4288 nMinLabelWidth = -pNumFmt->GetFirstLineOffset(); in GetSpaceBeforeAndMinLabelWidth()
4289 nSpaceBefore = pNumFmt->GetAbsLSpace() - nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx4292 const SvxNumberFormat *pNumFmt = GetNumberFormat( pNode ); in GetSpaceBeforeAndMinLabelWidth() local
4300 if (pNumFmt) in GetSpaceBeforeAndMinLabelWidth()
4302 nMinLabelWidth = -pNumFmt->GetFirstLineOffset(); in GetSpaceBeforeAndMinLabelWidth()
4303 nSpaceBefore = pNumFmt->GetAbsLSpace() - nMinLabelWidth; in GetSpaceBeforeAndMinLabelWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/tiledrendering/
H A Dtiledrendering.cxx1429 const SvxNumBulletItem* pNumFmt = aEdit.GetParaAttribs(2).GetItem(EE_PARA_NUMBULLET); in testTdf103083() local
1430 SvxNumberFormat aNumFmt(pNumFmt->GetNumRule()->GetLevel(2)); in testTdf103083()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Ddocuno.cxx1309 SvNumberFormatsSupplierObj* pNumFmt = in Notify() local
1312 if ( pNumFmt ) in Notify()
1313 pNumFmt->SetNumberFormatter( nullptr ); in Notify()

12