Home
last modified time | relevance | path

Searched refs:nLastPercent (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dprcntfld.cxx27 , nLastPercent(-1) in SwPercentField()
79 nLastPercent = nPercent; in ShowPercent()
83 m_pField->set_value(nLastPercent, FieldUnit::NONE); in ShowPercent()
96 if (nOldPercent != nLastPercent) in ShowPercent()
99 nLastPercent = nOldPercent; in ShowPercent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dprcntfld.cxx27 , nLastPercent(-1) in SwPercentField()
79 nLastPercent = nPercent; in ShowPercent()
83 m_pField->set_value(nLastPercent, FieldUnit::NONE); in ShowPercent()
96 if (nOldPercent != nLastPercent) in ShowPercent()
99 nLastPercent = nOldPercent; in ShowPercent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Degif.cxx41 sal_uInt32 nLastPercent; member in GIFWriter
81 , nLastPercent(0) in GIFWriter()
110 nLastPercent = 0; in WriteGIF()
230 if( nPercent >= nLastPercent + 3 ) in MayCallback()
232 nLastPercent = nPercent; in MayCallback()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Degif.cxx41 sal_uInt32 nLastPercent; member in __anondcfef9fc0111::GIFWriter
82 , nLastPercent(0) in GIFWriter()
111 nLastPercent = 0; in WriteGIF()
231 if( nPercent >= nLastPercent + 3 ) in MayCallback()
233 nLastPercent = nPercent; in MayCallback()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipcx/
H A Dipcx.cxx217 sal_uInt32 i, ny, nLastPercent = 0, nPercent; in ImplReadBody() local
233 if ( ny == 0 || nLastPercent + 4 <= nPercent ) in ImplReadBody()
235 nLastPercent = nPercent; in ImplReadBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx213 sal_uLong nLastPercent = 0; in ImplReadBody() local
228 if ( ny == 0 || nLastPercent + 4 <= nPercent ) in ImplReadBody()
230 nLastPercent = nPercent; in ImplReadBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dprcntfld.hxx35 int nLastPercent; member in SwPercentField
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/idxf/
H A Ddxf2mtf.hxx44 sal_uInt16 nLastPercent; member in DXF2GDIMetaFile
H A Ddxf2mtf.cxx769 , nLastPercent(0) in DXF2GDIMetaFile()
798 nLastPercent=nMinPercent; in Convert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dprcntfld.hxx35 int nLastPercent; member in SwPercentField
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.hxx40 sal_uLong nLastPercent; member in DXF2GDIMetaFile
H A Ddxf2mtf.cxx761 , nLastPercent(0) in DXF2GDIMetaFile()
790 nLastPercent=nMinPercent; in Convert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/wmf/
H A Dwmfwr.hxx57 sal_uLong nLastPercent; // with which number pCallback was called last time. member in WMFWriter
H A Dwmfwr.cxx139 , nLastPercent(0) in WMFWriter()
179 if ( nPercent >= nLastPercent + 3 ) in MayCallback()
181 nLastPercent = nPercent; in MayCallback()
1695 nLastPercent=0; in WriteWMF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/wmf/
H A Dwmfwr.hxx57 sal_uLong nLastPercent; // with which number pCallback was called last time. member in WMFWriter
H A Dwmfwr.cxx140 , nLastPercent(0) in WMFWriter()
181 if ( nPercent >= nLastPercent + 3 ) in MayCallback()
183 nLastPercent = nPercent; in MayCallback()
1703 nLastPercent=0; in WriteWMF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog254903 …changed nMinPercent, nMaxPercent, nLastPercent, nMainEntitiesCount to sal_uInt16 in filter/source/…