Searched refs:nReference (Results 1 – 7 of 7) sorted by relevance
47 , 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 …]
188 sal_Int32 nReference = -1; in importXML() local196 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()
41 sal_Int32 nReference; member in ProgressBarHelper58 void SetReference(sal_Int32 nVal) { nReference = nVal; } in SetReference()68 sal_Int32 GetReference() { return nReference; } in GetReference()
536 sal_Int32 nReference; in WriteHeaderFooter() local540 nReference = XML_headerReference; in WriteHeaderFooter()545 nReference = XML_footerReference; in WriteHeaderFooter()549 m_pDocumentFS->singleElementNS( XML_w, nReference, in WriteHeaderFooter()
2522 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()
266 sal_Int32 nReference; member in SwXTextColumns
1004 void lcl_RotateRect_Impl(Rectangle& rRect, const long nReference, sal_Bool bRightAligned) in lcl_RotateRect_Impl() argument1015 long nRef = 2 * nReference; in lcl_RotateRect_Impl()
Completed in 60 milliseconds