Home
last modified time | relevance | path

Searched refs:nOldMin (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dprcntfld.cxx26 , nOldMin(0) in SwPercentField()
63 m_pField->get_range(nOldMin, nOldMax, FieldUnit::NONE); in ShowPercent()
68 int nCurrentWidth = vcl::ConvertValue(nOldMin, 0, nOldDigits, eOldUnit, FieldUnit::TWIP); in ShowPercent()
93 m_pField->set_range(nOldMin, nOldMax, FieldUnit::NONE); in ShowPercent()
143 nOldMin = Convert(nNewMin, eInUnit, eOldUnit); in set_min()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dprcntfld.cxx26 , nOldMin(0) in SwPercentField()
63 m_pField->get_range(nOldMin, nOldMax, FieldUnit::NONE); in ShowPercent()
68 … int nCurrentWidth = MetricField::ConvertValue(nOldMin, 0, nOldDigits, eOldUnit, FieldUnit::TWIP); in ShowPercent()
93 m_pField->set_range(nOldMin, nOldMax, FieldUnit::NONE); in ShowPercent()
142 nOldMin = Convert(nNewMin, eInUnit, eOldUnit); in set_min()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dprcntfld.hxx32 int nOldMin; member in SwPercentField
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dprcntfld.hxx32 int nOldMin; member in SwPercentField
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/table/
H A Dswtable.cxx456 const tools::Long nOldMin = rEntry.nMin; in lcl_SortedTabColInsert() local
457 if ( nLeftMin > nOldMin ) in lcl_SortedTabColInsert()
470 const tools::Long nOldMin = rEntry.nMin; in lcl_SortedTabColInsert() local
471 if ( nPos > nOldMin ) in lcl_SortedTabColInsert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/table/
H A Dswtable.cxx473 const long nOldMin = rEntry.nMin; in lcl_SortedTabColInsert() local
474 if ( nLeftMin > nOldMin ) in lcl_SortedTabColInsert()
487 const long nOldMin = rEntry.nMin; in lcl_SortedTabColInsert() local
488 if ( nPos > nOldMin ) in lcl_SortedTabColInsert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbaside2b.cxx2403 sal_Int32 nOldMin, nOldMax; in UpdateWatches() local
2406 pOldArray->GetDim(i + 1, nOldMin, nOldMax); in UpdateWatches()
2408 if( nOldMin != nNewMin || nOldMax != nNewMax ) in UpdateWatches()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbaside2b.cxx2457 short nOldMin, nOldMax; in UpdateWatches() local
2460 … pOldArray->GetDim( sal::static_int_cast<short>( i+1 ), nOldMin, nOldMax ); in UpdateWatches()
2462 if( nOldMin != nNewMin || nOldMax != nNewMax ) in UpdateWatches()