Home
last modified time | relevance | path

Searched refs:sal_uLong (Results 1 – 25 of 1446) sorted by relevance

12345678910>>...58

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dndindex.hxx81 inline sal_uLong operator++();
82 inline sal_uLong operator--();
83 inline sal_uLong operator++(int);
84 inline sal_uLong operator--(int);
86 inline sal_uLong operator+=( sal_uLong );
87 inline sal_uLong operator-=( sal_uLong );
108 inline sal_uLong GetIndex() const;
140 SwNodeRange( SwNodes& rNds, sal_uLong nSttIdx, sal_uLong nEndIdx = 0 ) in SwNodeRange()
213 inline sal_uLong SwNodeIndex::operator++() in operator ++()
236 inline sal_uLong SwNodeIndex::operator+=( sal_uLong const nOffset ) in operator +=()
[all …]
H A Dbparr.hxx44 inline sal_uLong GetPos() const;
62 sal_uLong nStart, nEnd; ///< start- and end index
71 sal_uLong m_nSize; ///< number of elements
77 sal_uInt16 Index2Block( sal_uLong ) const; ///< block search
89 sal_uLong Count() const { return m_nSize; } in Count()
91 void Insert( BigPtrEntry* p, sal_uLong pos );
92 void Remove( sal_uLong pos, sal_uLong n = 1 );
93 void Move( sal_uLong from, sal_uLong to );
94 void Replace( sal_uLong pos, BigPtrEntry* p);
96 BigPtrEntry* operator[]( sal_uLong ) const;
[all …]
H A Dhtmltbl.hxx125 sal_uLong m_nMin, m_nMax;
147 inline void MergeMinMaxNoAlign( sal_uLong nMin, sal_uLong nMax, sal_uLong nAbsMin );
153 inline void SetMinMax( sal_uLong nMin, sal_uLong nMax );
157 sal_uLong GetMin() const { return m_nMin; } in GetMin()
158 sal_uLong GetMax() const { return m_nMax; } in GetMax()
229 void AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, sal_uLong& rAbsMin,
280 sal_uLong GetMin() const { return m_nMin; } in GetMin()
281 sal_uLong GetMax() const { return m_nMax; } in GetMax()
305 sal_uLong nDelay=0 );
349 sal_uLong nCMax, sal_uLong nAbsMin ) in MergeMinMaxNoAlign()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dndindex.hxx81 inline sal_uLong operator++();
82 inline sal_uLong operator--();
83 inline sal_uLong operator++(int);
84 inline sal_uLong operator--(int);
86 inline sal_uLong operator+=( sal_uLong );
87 inline sal_uLong operator-=( sal_uLong );
108 inline sal_uLong GetIndex() const;
140 SwNodeRange( SwNodes& rNds, sal_uLong nSttIdx, sal_uLong nEndIdx = 0 ) in SwNodeRange()
213 inline sal_uLong SwNodeIndex::operator++() in operator ++()
236 inline sal_uLong SwNodeIndex::operator+=( sal_uLong const nOffset ) in operator +=()
[all …]
H A Dbparr.hxx42 inline sal_uLong GetPos() const;
60 sal_uLong nStart, nEnd; ///< start- and end index
69 sal_uLong m_nSize; ///< number of elements
75 sal_uInt16 Index2Block( sal_uLong ) const; ///< block search
87 sal_uLong Count() const { return m_nSize; } in Count()
89 void Insert( BigPtrEntry* p, sal_uLong pos );
90 void Remove( sal_uLong pos, sal_uLong n = 1 );
91 void Move( sal_uLong from, sal_uLong to );
92 void Replace( sal_uLong pos, BigPtrEntry* p);
94 BigPtrEntry* operator[]( sal_uLong ) const;
[all …]
H A Dhtmltbl.hxx125 sal_uLong nMin, nMax;
147 inline void MergeMinMaxNoAlign( sal_uLong nMin, sal_uLong nMax, sal_uLong nAbsMin );
153 inline void SetMinMax( sal_uLong nMin, sal_uLong nMax );
157 sal_uLong GetMin() const { return nMin; } in GetMin()
158 sal_uLong GetMax() const { return nMax; } in GetMax()
229 void AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, sal_uLong& rAbsMin,
280 sal_uLong GetMin() const { return m_nMin; } in GetMin()
281 sal_uLong GetMax() const { return m_nMax; } in GetMax()
305 sal_uLong nDelay=0 );
349 sal_uLong nCMax, sal_uLong nAbsMin ) in MergeMinMaxNoAlign()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtreelist.hxx67 sal_uLong nEntryCount;
87 sal_uLong GetVisibleCount( SvListView* ) const;
112 sal_uLong& rPos
132 sal_uLong nPos=0
148sal_uLong Insert( SvTreeListEntry* pEntry,SvTreeListEntry* pPar,sal_uLong nPos = TREELIS…
149 sal_uLong Insert( SvTreeListEntry* pEntry,sal_uLong nRootPos = TREELIST_APPEND ) in Insert()
158sal_uLong Move( SvTreeListEntry* pSource, SvTreeListEntry* pTargetParent, sal_uLong nLis…
159sal_uLong Copy( SvTreeListEntry* pSource, SvTreeListEntry* pTargetParent, sal_uLong nLis…
231 sal_uLong nPos
234 sal_uLong GetVisibleCount() const in GetVisibleCount()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/
H A DTest-BigPtrArray.cxx32 const sal_uLong NUM_ENTRIES = 10;
41 sal_uLong getCount() const in getCount()
46 sal_uLong Position() const in Position()
52 sal_uLong count_;
57 for (sal_uLong i = 0; i < numEntries; i++) in fillBigPtrArray()
108 sal_uLong oldCount = bparr.Count(); in test_insert_entries_at_front()
141 sal_uLong oldCount = bparr.Count(); in test_insert_entries_in_the_middle()
209 sal_uLong oldCount = bparr.Count(); in test_insert_at_end()
240 sal_uLong oldCount = bparr.Count(); in test_remove_at_front()
276 sal_uLong oldCount = bparr.Count(); in test_remove_at_back()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/core/
H A DTest-BigPtrArray.cxx32 const sal_uLong NUM_ENTRIES = 10;
41 sal_uLong getCount() const in getCount()
46 sal_uLong Position() const in Position()
52 sal_uLong count_;
57 for (sal_uLong i = 0; i < numEntries; i++) in fillBigPtrArray()
108 sal_uLong oldCount = bparr.Count(); in test_insert_entries_at_front()
141 sal_uLong oldCount = bparr.Count(); in test_insert_entries_in_the_middle()
204 sal_uLong oldCount = bparr.Count(); in test_insert_at_end()
230 sal_uLong oldCount = bparr.Count(); in test_remove_at_front()
266 sal_uLong oldCount = bparr.Count(); in test_remove_at_back()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dconflictsdlg.hxx43 std::vector<sal_uLong> maSharedActions;
44 std::vector<sal_uLong> maOwnActions;
46 bool HasSharedAction( sal_uLong nSharedAction ) const;
47 bool HasOwnAction( sal_uLong nOwnAction ) const;
73 sal_uLong mnStartShared;
74 sal_uLong mnEndShared;
75 sal_uLong mnStartOwn;
76 sal_uLong mnEndOwn;
81 …ScConflictsListEntry& GetEntry(sal_uLong nSharedAction, const std::vector<sal_uLong>& rOwnAction…
84 … ScConflictsFinder( ScChangeTrack* pTrack, sal_uLong nStartShared, sal_uLong nEndShared,
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dconflictsdlg.hxx44 std::vector<sal_uLong> maSharedActions;
45 std::vector<sal_uLong> maOwnActions;
47 bool HasSharedAction( sal_uLong nSharedAction ) const;
48 bool HasOwnAction( sal_uLong nOwnAction ) const;
76 sal_uLong const mnStartShared;
77 sal_uLong const mnEndShared;
78 sal_uLong const mnStartOwn;
79 sal_uLong const mnEndOwn;
84 …ScConflictsListEntry& GetEntry(sal_uLong nSharedAction, const std::vector<sal_uLong>& rOwnAction…
87 … ScConflictsFinder( ScChangeTrack* pTrack, sal_uLong nStartShared, sal_uLong nEndShared,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dchgtrack.hxx201 sal_uLong nAction;
384 const sal_uLong nActionNumber,
512 sal_uLong nEndLastCut;
854 sal_uLong nActionMax;
859 sal_uLong nLastMerge;
1001 sal_uLong& nStartAction, sal_uLong& nEndAction,
1014 sal_uLong& nStartAction, sal_uLong& nEndAction,
1028 sal_uLong& nStartAction, sal_uLong& nEndAction );
1040 sal_uLong nOldFormat = 0, sal_uLong nNewFormat = 0 );
1065 SC_DLLPUBLIC void Undo( sal_uLong nStartAction, sal_uLong nEndAction, bool bMerge = false );
[all …]
H A Dprogress.hxx43 static sal_uLong nGlobalRange;
44 static sal_uLong nGlobalPercent;
46 static sal_uLong nInterpretProgress;
56 static void CalcGlobalPercent( sal_uLong nVal ) in CalcGlobalPercent()
70 sal_uLong nRange,
78 void SetState( sal_uLong nVal, sal_uLong nNewRange = 0 ) in SetState()
88 void SetStateCountDown( sal_uLong nVal ) in SetStateCountDown()
96 void SetStateOnPercent( sal_uLong nVal ) in SetStateOnPercent()
102 void SetStateCountDownOnPercent( sal_uLong nVal ) in SetStateCountDownOnPercent()
109 sal_uLong GetState() const in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dchgtrack.hxx201 sal_uLong nAction;
384 const sal_uLong nActionNumber,
512 sal_uLong nEndLastCut;
854 sal_uLong nActionMax;
859 sal_uLong nLastMerge;
1006 sal_uLong& nStartAction, sal_uLong& nEndAction,
1019 sal_uLong& nStartAction, sal_uLong& nEndAction,
1033 sal_uLong& nStartAction, sal_uLong& nEndAction );
1045 sal_uLong nOldFormat = 0, sal_uLong nNewFormat = 0 );
1070 SC_DLLPUBLIC void Undo( sal_uLong nStartAction, sal_uLong nEndAction, bool bMerge = false );
[all …]
H A Dprogress.hxx44 static sal_uLong nGlobalRange;
45 static sal_uLong nGlobalPercent;
47 static sal_uLong nInterpretProgress;
57 static void CalcGlobalPercent( sal_uLong nVal ) in CalcGlobalPercent()
71 sal_uLong nRange,
79 void SetState( sal_uLong nVal, sal_uLong nNewRange = 0 ) in SetState()
89 void SetStateCountDown( sal_uLong nVal ) in SetStateCountDown()
97 void SetStateOnPercent( sal_uLong nVal ) in SetStateOnPercent()
103 void SetStateCountDownOnPercent( sal_uLong nVal ) in SetStateCountDownOnPercent()
110 sal_uLong GetState() const in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Drolbck.hxx95 const sal_uLong m_nNodeIndex;
108 const sal_uLong m_nNodeIndex;
120 const sal_uLong m_nNodeIndex;
140 sal_uLong m_nNodeIndex;
156 const sal_uLong m_nNodeIndex;
171 const sal_uLong m_nNodeIndex;
185 const sal_uLong m_nNodeIndex;
205 sal_uLong m_nNodeIndex;
260 const sal_uLong m_nNode;
282 const sal_uLong m_nNode;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Drolbck.hxx93 const sal_uLong m_nNodeIndex;
105 const sal_uLong m_nNodeIndex;
117 const sal_uLong m_nNodeIndex;
137 sal_uLong m_nNodeIndex;
153 const sal_uLong m_nNodeIndex;
168 const sal_uLong m_nNodeIndex;
181 const sal_uLong m_nNodeIndex;
201 sal_uLong m_nNodeIndex;
255 const sal_uLong m_nNode;
277 const sal_uLong m_nNode;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8graf.hxx34 sal_uLong mnEscherShapeOrder;
35 sal_uLong mnNoInlines;
38 EscherShape( sal_uLong nEscherShapeOrder, in EscherShape()
64 sal_uLong mnNoInitialObjects;
65 sal_uLong mnInlines;
69 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
70 myeiter MapEscherIdxToIter(sal_uLong nIdx);
73 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
75 sal_uLong GetDrawingObjectPos(short nWwHeight);
88 sal_uLong nSpId,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf.hxx34 sal_uLong mnEscherShapeOrder;
35 sal_uLong mnNoInlines;
38 EscherShape( sal_uLong nEscherShapeOrder, in EscherShape()
66 sal_uLong mnNoInitialObjects;
67 sal_uLong mnInlines;
71 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
72 myeiter MapEscherIdxToIter(sal_uLong nIdx);
75 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
78 sal_uLong GetDrawingObjectPos(short nWwHeight);
91 sal_uLong nSpId,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ixpm/
H A Dxpmread.cxx77 sal_uLong mnWidth;
78 sal_uLong mnHeight;
79 sal_uLong mnColors;
83 sal_uLong mnStatus;
99 sal_uLong mnParaSize;
110 sal_uLong ImplGetULONG( sal_uLong nPara );
385 sal_uLong i = 0; in ImplGetColSub()
486 sal_uLong XPMReader::ImplGetULONG( sal_uLong nPara ) in ImplGetULONG()
490 sal_uLong nRetValue = 0; in ImplGetULONG()
526 sal_uLong nSize = 0; in ImplGetPara()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/ixpm/
H A Dxpmread.cxx66 sal_uLong mnWidth;
67 sal_uLong mnHeight;
68 sal_uLong mnColors;
72 sal_uLong mnStatus;
88 sal_uLong mnParaSize;
99 sal_uLong ImplGetULONG( sal_uLong nPara );
374 sal_uLong i = 0; in ImplGetColSub()
475 sal_uLong XPMReader::ImplGetULONG( sal_uLong nPara ) in ImplGetULONG()
479 sal_uLong nRetValue = 0; in ImplGetULONG()
515 sal_uLong nSize = 0; in ImplGetPara()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DOctree.cxx29 constexpr sal_uLong gnBits = 8 - OCTREE_BITS;
41 sal_uLong nMax(nColors); in Octree()
129 sal_uLong nRedSum = 0; in reduce()
130 sal_uLong nGreenSum = 0; in reduce()
131 sal_uLong nBlueSum = 0; in reduce()
132 sal_uLong nChildren = 0; in reduce()
134 sal_uLong nIndex = OCTREE_BITS - 1; in reduce()
143 for (sal_uLong i = 0; i < 8; i++) in reduce()
230 sal_uLong r, g, b; in InverseColorMap()
251 sal_uLong* cdp = reinterpret_cast<sal_uLong*>(mpBuffer.data()); in InverseColorMap()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx65 SwHTMLTableLayoutConstraints( sal_uLong nMin, sal_uLong nMax, sal_uInt16 nRow,
113 SwHTMLTableLayoutConstraints::SwHTMLTableLayoutConstraints(sal_uLong nMin, sal_uLong nMax, in SwHTMLTableLayoutConstraints()
272 void SwHTMLTableLayout::AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, in AddBorderWidth()
413 static void lcl_GetMinMaxSize( sal_uLong& rMinNoAlignCnts, sal_uLong& rMaxNoAlignCnts, in lcl_GetMinMaxSize()
775 sal_uLong nColsMin = 0; in AutoLayoutPass1()
776 sal_uLong nColsMax = 0; in AutoLayoutPass1()
802 sal_uLong nAdd; in AutoLayoutPass1()
970 sal_uLong nFixMax = 0; in AutoLayoutPass1()
996 sal_uLong nOldMax = m_nMax; in AutoLayoutPass1()
1009 sal_uLong nNewMax; in AutoLayoutPass1()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx62 SwHTMLTableLayoutConstraints( sal_uLong nMin, sal_uLong nMax, sal_uInt16 nRow,
109 sal_uLong nMin, sal_uLong nMax, sal_uInt16 nRw, sal_uInt16 nColumn, sal_uInt16 nColSp ): in SwHTMLTableLayoutConstraints()
264 void SwHTMLTableLayout::AddBorderWidth( sal_uLong &rMin, sal_uLong &rMax, in AddBorderWidth()
405 static void lcl_GetMinMaxSize( sal_uLong& rMinNoAlignCnts, sal_uLong& rMaxNoAlignCnts, in lcl_GetMinMaxSize()
767 sal_uLong nColsMin = 0; in AutoLayoutPass1()
768 sal_uLong nColsMax = 0; in AutoLayoutPass1()
794 sal_uLong nAdd; in AutoLayoutPass1()
961 sal_uLong nFixMax = 0; in AutoLayoutPass1()
1188 sal_uLong nRealMin = 0; in AutoLayoutPass2()
1302 sal_uLong nFixMax = m_nMax; in AutoLayoutPass2()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DOctree.cxx29 constexpr sal_uLong gnBits = 8 - OCTREE_BITS;
41 sal_uLong nMax(nColors); in Octree()
115 const sal_uLong nShift = 7 - mnLevel; in add()
129 sal_uLong nRedSum = 0; in reduce()
130 sal_uLong nGreenSum = 0; in reduce()
131 sal_uLong nBlueSum = 0; in reduce()
132 sal_uLong nChildren = 0; in reduce()
134 sal_uLong nIndex = OCTREE_BITS - 1; in reduce()
230 sal_uLong r, g, b; in InverseColorMap()
251 sal_uLong* cdp = reinterpret_cast<sal_uLong*>(mpBuffer.data()); in InverseColorMap()
[all …]

12345678910>>...58