Home
last modified time | relevance | path

Searched refs:nReference (Results 1 – 7 of 7) sorted by relevance

/trunk/main/xmloff/source/core/
H A DProgressBarHelper.cxx47 , nReference(100) in ProgressBarHelper()
64 if((nNewReference > 0) && (nNewReference != nReference)) in ChangeReference()
66 if (nReference) in ChangeReference()
68 double fPercent(nNewReference / nReference); in ChangeReference()
76 nReference = nNewReference; in ChangeReference()
80 nReference = nNewReference; in ChangeReference()
89 if (xStatusIndicator.is() && (nReference > 0)) in SetValue()
91 if ((nTempValue >= nValue) && (!bStrict || (bStrict && (nTempValue <= nReference)))) in SetValue()
94 if (nTempValue > nReference) in SetValue()
97 nValue = nReference; in SetValue()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx188 sal_Int32 nReference = -1; in importXML() local
196 for( nReference = 0; nReference < nSize; nReference++ ) in importXML()
198 sal_Int32 nRefIdx = rProperties[nReference].mnIndex; in importXML()
202 aNewProperty = rProperties[nReference]; in importXML()
208 if( nReference == nSize ) in importXML()
209 nReference = -1; in importXML()
238 if( nReference == -1 ) in importXML()
241 rProperties[nReference] = aNewProperty; in importXML()
/trunk/main/xmloff/inc/xmloff/
H A DProgressBarHelper.hxx41 sal_Int32 nReference; member in ProgressBarHelper
58 void SetReference(sal_Int32 nVal) { nReference = nVal; } in SetReference()
68 sal_Int32 GetReference() { return nReference; } in GetReference()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexport.cxx536 sal_Int32 nReference; in WriteHeaderFooter() local
540 nReference = XML_headerReference; in WriteHeaderFooter()
545 nReference = XML_footerReference; in WriteHeaderFooter()
549 m_pDocumentFS->singleElementNS( XML_w, nReference, in WriteHeaderFooter()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2522 nReference(0), in SwXTextColumns()
2539 nReference(0), in SwXTextColumns()
2557 nReference += pColumns[i].Width; in SwXTextColumns()
2562 nReference = USHRT_MAX; in SwXTextColumns()
2589 return nReference; in getReferenceValue()
2610 nReference = USHRT_MAX; in setColumnCount()
2611 sal_Int32 nWidth = nReference / nColumns; in setColumnCount()
2612 sal_Int32 nDiff = nReference - nWidth * nColumns; in setColumnCount()
2644 nReference = !nReferenceTemp ? USHRT_MAX : nReferenceTemp; in setColumns()
2713 if(nTmp < 0 || nTmp >= nReference) in setPropertyValue()
/trunk/main/sw/inc/
H A Dunosett.hxx266 sal_Int32 nReference; member in SwXTextColumns
/trunk/main/svtools/source/control/
H A Druler.cxx1004 void lcl_RotateRect_Impl(Rectangle& rRect, const long nReference, sal_Bool bRightAligned) in lcl_RotateRect_Impl() argument
1015 long nRef = 2 * nReference; in lcl_RotateRect_Impl()

Completed in 52 milliseconds