Home
last modified time | relevance | path

Searched refs:maSegments (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx80 fst_type maSegments; member in ScFlatSegmentsImpl
89 maSegments(0, nMax+1, nDefault), in ScFlatSegmentsImpl()
97 maSegments(r.maSegments), in ScFlatSegmentsImpl()
112 maSegments.insert_back(nPos1, nPos2+1, nValue); in setValue()
114 maSegments.insert_front(nPos1, nPos2+1, nValue); in setValue()
123 maSegments.search(nPos, nValue); in getValue()
127 if (!maSegments.is_tree_valid()) in getValue()
128 maSegments.build_tree(); in getValue()
130 maSegments.search_tree(nPos, nValue); in getValue()
171 if (!maSegments.is_tree_valid()) in getRangeData()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx235 std::deque<rtfSection> maSegments; member in rtfSections
260 bool empty() const { return maSegments.empty(); } in empty()
261 int size() const { return maSegments.size(); } in size()
263 void pop_back() { maSegments.pop_back(); } in pop_back()
264 rtfSection& back() { return maSegments.back(); } in back()
265 const rtfSection& back() const { return maSegments.back(); } in back()
289 rtfSections maSegments; member in SwRTFParser
H A Dswparrtf.cxx181 maSegments(*this), in SwRTFParser()
420 maSegments.InsertSegments(IsNewDoc()); in Continue()
424 rtfSections::myrDummyIter aDEnd = maSegments.maDummyPageNos.rend(); in Continue()
425 for (rtfSections::myrDummyIter aI = maSegments.maDummyPageNos.rbegin(); aI != aDEnd; ++aI) in Continue()
829 sal_uInt8 nRTLPgn = maSegments.empty() ? 0 : maSegments.back().IsBiDi(); in InsertSection()
840 mySegrIter aEnd = maSegments.rend(); in InsertSection()
841 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection()
875 mySegIter aEnd = maSegments.end(); in InsertSegments()
876 mySegIter aStart = maSegments.begin(); in InsertSegments()
2342 if (!maSegments.empty() && (maSegments.back().maStart == rSect.maStart)) in push_back()
[all …]
H A Drtftbl.cxx113 ASSERT(!mrReader.IsNewDoc() || !maSegments.empty(), in PrependedInlineNode()
115 if ((!maSegments.empty()) && (maSegments.back().maStart == rPos.nNode)) in PrependedInlineNode()
116 maSegments.back().maStart = SwNodeIndex(rNode); in PrependedInlineNode()
724 maSegments.PrependedInlineNode(*pPam->GetPoint(), in ReadTable()
H A Drtffly.cxx1466 ASSERT(!maSegments.empty(), "not possible"); in GetPageSize()
1467 if (maSegments.empty()) in GetPageSize()
1474 const rtfSection &rSect = maSegments.back(); in GetPageSize()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx292 ASSERT(!maSegments.empty(), in SetCurrentSectionHasFootnote()
294 if (!maSegments.empty()) in SetCurrentSectionHasFootnote()
295 maSegments.back().mbHasFootnote = true; in SetCurrentSectionHasFootnote()
300 ASSERT(!maSegments.empty(), in CurrentSectionIsVertical()
302 if (!maSegments.empty()) in CurrentSectionIsVertical()
303 return maSegments.back().IsVertical(); in CurrentSectionIsVertical()
309 ASSERT(!maSegments.empty(), in CurrentSectionIsProtected()
311 if (!maSegments.empty()) in CurrentSectionIsProtected()
312 return SectionIsProtected(maSegments.back()); in CurrentSectionIsProtected()
318 return !maSegments.empty() ? maSegments.back().nPgLeft : 0; in GetPageLeft()
[all …]
H A Dww8par6.cxx688 sal_uInt8 nRTLPgn = maSegments.empty() ? 0 : maSegments.back().IsBiDi(); in InsertSection()
706 mySegrIter aEnd = maSegments.rend(); in InsertSection()
707 for (mySegrIter aIter = maSegments.rbegin(); aIter != aEnd; ++aIter) in InsertSection()
857 if (!maSegments.empty()) in CreateSep()
858 aLastSection = maSegments.back(); in CreateSep()
898 if (!maSegments.empty()) in CreateSep()
1166 …mrReader.pHdFt->GetTextPosExact( static_cast< short >(nI + ( maSegments.size() + 1) * 6), nStart, … in CreateSep()
1172 maSegments.empty() || in CreateSep()
1173 !(maSegments.back().maSep.grpfIhdt & nMask) in CreateSep()
1190 maSegments.push_back(aNewSection); in CreateSep()
[all …]
H A Dww8par5.cxx2965 if (!maSegments.empty()) in CurrentSectionColCount()
2966 nIndexCols = maSegments.back().maSep.ccolM1 + 1; in CurrentSectionColCount()
2975 if (!maSegments.empty()) in WillHavePageDescHere()
2977 if (!maSegments.back().IsContinous() && in WillHavePageDescHere()
2978 maSegments.back().maStart == aIdx) in WillHavePageDescHere()
H A Dww8par.hxx766 std::deque<wwSection> maSegments; member in wwSectionManager
832 bool empty() const { return maSegments.empty(); } in empty()
H A Dww8par.cxx4022 mySegIter aEnd = maSegments.end(); in InsertSegments()
4023 mySegIter aStart = maSegments.begin(); in InsertSegments()
/trunk/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx82 …DBG_ASSERT( maSegments.GetObject( nSegment ), "ScfProgressBar::GetSegment - invalid segment index"… in GetSegment()
83 return maSegments.GetObject( nSegment ); in GetSegment()
153 maSegments.Append( new ScfProgressSegment( nSize ) ); in AddSegment()
155 return static_cast< sal_Int32 >( maSegments.Count() - 1 ); in AddSegment()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx271 Sequence< EnhancedCustomShapeSegment > aSegments( maSegments.size() ); in pushToPropSet()
272 for ( i = 0; i < maSegments.size(); i++ ) in pushToPropSet()
273 aSegments[ i ] = maSegments[ i ]; in pushToPropSet()
/trunk/main/oox/inc/oox/drawingml/
H A Dcustomshapeproperties.hxx129 …vector< com::sun::star::drawing::EnhancedCustomShapeSegment >& getSegments(){ return maSegments; }; in getSegments()
151 maSegments; member in oox::drawingml::CustomShapeProperties
/trunk/main/sc/source/filter/inc/
H A Dfprogressbar.hxx174 ScfSegmentList maSegments; /// List of progress segments. member in ScfProgressBar