Home
last modified time | relevance | path

Searched refs:nNewMod (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewfunc.cxx924 sal_uInt32 nNewMod = nNewFormat % SV_COUNTRY_LANGUAGE_OFFSET; in ApplyAttributes() local
925 if ( nNewMod == ( nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET ) && in ApplyAttributes()
926 nNewMod <= SV_MAX_COUNT_STANDARD_FORMATS ) in ApplyAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewfunc.cxx928 sal_uInt32 nNewMod = nNewFormat % SV_COUNTRY_LANGUAGE_OFFSET; in ApplyAttributes() local
929 if ( nNewMod == ( nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET ) && in ApplyAttributes()
930 nNewMod <= SV_MAX_COUNT_STANDARD_FORMATS ) in ApplyAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx2087 sal_uLong nNewMod = nNewFormat % SV_COUNTRY_LANGUAGE_OFFSET; in lcl_SetCellProperty() local
2088 if ( nNewMod == ( nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET ) && in lcl_SetCellProperty()
2089 nNewMod <= SV_MAX_COUNT_STANDARD_FORMATS ) in lcl_SetCellProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx2078 sal_uLong nNewMod = nNewFormat % SV_COUNTRY_LANGUAGE_OFFSET; in lcl_SetCellProperty() local
2079 if ( nNewMod == ( nOldFormat % SV_COUNTRY_LANGUAGE_OFFSET ) && in lcl_SetCellProperty()
2080 nNewMod <= SV_MAX_COUNT_STANDARD_FORMATS ) in lcl_SetCellProperty()