Lines Matching refs:sal_uLong

201 	sal_uLong	nCellCount;
360 sal_uLong nFormulaCodeInTree; // FormelRPN im Formelbaum
361 sal_uLong nXMLImportedFormulaCount; // progress count during XML import
458 SC_DLLPUBLIC sal_uLong GetCellCount() const; // alle Zellen
460 sal_uLong GetWeightedCount() const; // Formeln und Edit staerker gewichtet
461 sal_uLong GetCodeCount() const; // RPN-Code in Formeln
620 SC_DLLPUBLIC sal_uLong TransferTab(ScDocument* pSrcDoc, SCTAB nSrcPos, SCTAB nDestPos,
660 sal_uLong GetLinkRefreshDelay( SCTAB nTab ) const;
663 const String& rTabName, sal_uLong nRefreshDelay );
793 sal_uLong nFormatIndex, sal_Bool bForceTab = sal_False);
816 SC_DLLPUBLIC double RoundValueAsShown( double fVal, sal_uLong nFormat );
824 SC_DLLPUBLIC void GetNumberFormatInfo( short& nType, sal_uLong& nIndex,
1183 sal_uLong nFillCount, FillDir eFillDir = FILL_TO_BOTTOM,
1205 SC_DLLPUBLIC sal_uInt8 GetCellScriptType( ScBaseCell* pCell, sal_uLong nNumberFormat );
1229 SC_DLLPUBLIC sal_uLong AddCondFormat( const ScConditionalFormat& rNew );
1230 SC_DLLPUBLIC void FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges );
1231 SC_DLLPUBLIC void FindConditionalFormat( sal_uLong nKey, ScRangeList& rRanges, SCTAB nTab );
1232 void ConditionalChanged( sal_uLong nKey );
1234 SC_DLLPUBLIC sal_uLong AddValidationEntry( const ScValidationData& rNew );
1236 SC_DLLPUBLIC const ScValidationData* GetValidationEntry( sal_uLong nIndex ) const;
1333 … SC_DLLPUBLIC sal_uLong GetRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab ) const;
1334 SCROW GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const;
1335sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, do…
1336 SC_DLLPUBLIC sal_uLong GetColOffset( SCCOL nCol, SCTAB nTab ) const;
1337 SC_DLLPUBLIC sal_uLong GetRowOffset( SCROW nRow, SCTAB nTab ) const;
1502 sal_uLong GetSrcVersion() const { return nSrcVer; } in GetSrcVersion()
1659 ScProgress* pProgress, sal_uLong nProAdd );
1680 void Broadcast( sal_uLong nHint, const ScAddress& rAddr,
1704 void TrackFormulas( sal_uLong nHintId = SC_HINT_DATACHANGED );
1714 sal_uLong GetFormulaCodeInTree() const { return nFormulaCodeInTree; } in GetFormulaCodeInTree()
1767 sal_uLong GetXMLImportedFormulaCount() const { return nXMLImportedFormulaCount; } in GetXMLImportedFormulaCount()
1768 void IncXMLImportedFormulaCount( sal_uLong nVal ) in IncXMLImportedFormulaCount()
1773 void DecXMLImportedFormulaCount( sal_uLong nVal ) in DecXMLImportedFormulaCount()