Home
last modified time | relevance | path

Searched refs:StarItemPool (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarObject.hxx105 std::shared_ptr<StarItemPool> getNewItemPool(StarItemPool::Type type);
109 std::shared_ptr<StarItemPool> findItemPool(StarItemPool::Type type, bool isInside);
111 std::shared_ptr<StarItemPool> getCurrentPool(bool onlyInside=true);
119 StarItemSet &itemSet, StarItemPool *pool=nullptr, bool isDirect=false);
H A DStarItemPool.hxx70 class StarItemPool class
77 StarItemPool(StarObject &document, Type type);
79 virtual ~StarItemPool();
84 void addSecondaryPool(std::shared_ptr<StarItemPool> secondary);
138 bool readV1(StarZone &zone, StarItemPool *master);
140 bool readV2(StarZone &zone, StarItemPool *master);
H A DStarItemPool.cxx506 StarItemPool::Type m_type;
560 case StarItemPool::T_ChartPool: { in init()
893 case StarItemPool::T_Unknown: in init()
903 StarItemPool::StarItemPool(StarObject &doc, StarItemPool::Type type) in StarItemPool() function in StarItemPool
909 StarItemPool::~StarItemPool() in ~StarItemPool()
924 void StarItemPool::clean() in clean()
934 void StarItemPool::addSecondaryPool(std::shared_ptr<StarItemPool> secondary) in addSecondaryPool()
952 StarItemPool::Type StarItemPool::getType() const in getType()
1211 bool StarItemPool::readV2(StarZone &zone, StarItemPool *master) in readV2()
1468 bool StarItemPool::readV1(StarZone &zone, StarItemPool * /*master*/) in readV1() argument
[all …]
H A DStarState.hxx53 class StarItemPool;
73 GlobalState(StarItemPool const *pool, StarObject &object, double relUnit=0.05) in GlobalState()
92 StarItemPool const *m_pool;
122 StarState(StarItemPool const *pool, StarObject &object);
H A DStarObject.cxx65 std::vector<std::shared_ptr<StarItemPool> > m_poolList;
142 std::shared_ptr<StarItemPool> StarObject::getNewItemPool(StarItemPool::Type type) in getNewItemPool()
144 std::shared_ptr<StarItemPool> pool(new StarItemPool(*this, type)); in getNewItemPool()
149 std::shared_ptr<StarItemPool> StarObject::getCurrentPool(bool onlyInside) in getCurrentPool()
156 return std::shared_ptr<StarItemPool>(); in getCurrentPool()
159 std::shared_ptr<StarItemPool> StarObject::findItemPool(StarItemPool::Type type, bool isInside) in findItemPool()
167 return std::shared_ptr<StarItemPool>(); in findItemPool()
197 getNewItemPool(StarItemPool::T_VCControlPool)->read(zone); in parse()
647 std::shared_ptr<StarItemPool> pool; in readSfxStyleSheets()
649 pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSfxStyleSheets()
[all …]
H A DStarObjectSmallText.cxx236 auto editPool=findItemPool(StarItemPool::T_EditEnginePool, false); in send()
237 auto mainPool=findItemPool(StarItemPool::T_XOutdevPool, false); in send()
286 std::shared_ptr<StarItemPool> pool; in read()
288 pool=findItemPool(StarItemPool::T_EditEnginePool, false); in read()
294 if (!pool) pool=getNewItemPool(StarItemPool::T_EditEnginePool); in read()
H A DStarObjectChart.cxx234 auto pool=getNewItemPool(StarItemPool::T_VCControlPool); in readChartDocument()
311 auto pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSfxStyleSheets()
312 pool->addSecondaryPool(getNewItemPool(StarItemPool::T_EditEnginePool)); in readSfxStyleSheets()
313 pool->addSecondaryPool(getNewItemPool(StarItemPool::T_ChartPool)); in readSfxStyleSheets()
322 pool=getNewItemPool(StarItemPool::T_Unknown); in readSfxStyleSheets()
516 auto pool=findItemPool(StarItemPool::T_XOutdevPool, false); in readSCHAttributes()
524 pool=getNewItemPool(StarItemPool::T_Unknown); in readSCHAttributes()
H A DMakefile.am124 StarItemPool.cxx \
125 StarItemPool.hxx \
H A DStarState.cxx50 StarState::StarState(StarItemPool const *pool, StarObject &object) in StarState()
H A DStarObjectSmallGraphic.cxx2019 auto pool=findItemPool(StarItemPool::T_XOutdevPool, false); in readSVDRObjectAttrib()
2021 pool=getNewItemPool(StarItemPool::T_VCControlPool); in readSVDRObjectAttrib()
2106 auto pool=findItemPool(StarItemPool::T_XOutdevPool, false); in readSVDRObjectCaption()
2108 pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSVDRObjectCaption()
2149 auto pool=findItemPool(StarItemPool::T_XOutdevPool, false); in readSVDRObjectCircle()
2151 pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSVDRObjectCircle()
2245 pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSVDRObjectEdge()
2514 pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSVDRObjectGraph()
2651 auto pool=findItemPool(StarItemPool::T_XOutdevPool, false); in readSVDRObjectMeasure()
2653 pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSVDRObjectMeasure()
[all …]
H A DStarObjectText.cxx760 auto pool=findItemPool(StarItemPool::T_WriterPool, false); in updatePageSpans()
799 auto pool=findItemPool(StarItemPool::T_WriterPool, false); in sendPages()
917 auto pool=getNewItemPool(StarItemPool::T_WriterPool); in readSfxStyleSheets()
925 pool=getNewItemPool(StarItemPool::T_Unknown); in readSfxStyleSheets()
1624 auto pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readDrawingLayer()
1626 pool->addSecondaryPool(getNewItemPool(StarItemPool::T_EditEnginePool)); in readDrawingLayer()
1634 pool=getNewItemPool(StarItemPool::T_Unknown); in readDrawingLayer()
H A DStarObjectDraw.cxx443 auto pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readSfxStyleSheets()
444 pool->addSecondaryPool(getNewItemPool(StarItemPool::T_EditEnginePool)); in readSfxStyleSheets()
452 pool=getNewItemPool(StarItemPool::T_Unknown); in readSfxStyleSheets()
H A DStarObjectSpreadsheet.cxx576 …auto pool=const_cast<StarObjectSpreadsheet *>(this)->findItemPool(StarItemPool::T_SpreadsheetPool,… in updatePageSpans()
729 auto pool=findItemPool(StarItemPool::T_SpreadsheetPool, false); in sendCell()
1374 auto pool=getNewItemPool(StarItemPool::T_XOutdevPool); in readCalcDocument()
1375 pool->addSecondaryPool(getNewItemPool(StarItemPool::T_EditEnginePool)); in readCalcDocument()
1689 std::shared_ptr<StarItemPool> mainPool; in readSfxStyleSheets()
1722 …auto pool=getNewItemPool(nId==0x4211 ? StarItemPool::T_SpreadsheetPool : StarItemPool::T_EditEngin… in readSfxStyleSheets()
2140 std::shared_ptr<StarItemPool> pool=findItemPool(StarItemPool::T_SpreadsheetPool, false); in readSCColumn()
2143 pool=getNewItemPool(StarItemPool::T_SpreadsheetPool); in readSCColumn()
H A DMakefile.in158 StarItemPool.lo StarLanguage.lo StarLayout.lo StarObject.lo \
508 StarItemPool.cxx \
509 StarItemPool.hxx \
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StarItemPool.Plo@am__quote@
H A DStarObjectModel.cxx365 auto pool=const_cast<StarObjectModel *>(this)->findItemPool(StarItemPool::T_XOutdevPool, false); in updatePageSpans()
445 auto pool=const_cast<StarObjectModel *>(this)->findItemPool(StarItemPool::T_XOutdevPool, false); in sendMasterPages()
964 auto pool=getNewItemPool(StarItemPool::T_VCControlPool); in readSdrPage()
H A DStarObjectPageStyle.cxx426 auto pool=findItemPool(StarItemPool::T_WriterPool, false); in updatePageSpans()
H A DStarPageAttribute.cxx355 …SubDocument(std::shared_ptr<StarFormatManagerInternal::FormatDef> const &format, StarItemPool cons… in SubDocument()
389 StarItemPool const *m_pool;
H A DStarAttribute.hxx56 class StarItemPool;
/dports/textproc/libstaroffice/libstaroffice-0.0.7/
H A DNEWS42 + finish to implement the StarItemPool and add functions to retrieve many
H A DChangeLog1400 …e empty attributes, can be usefull if we can regenerate the styles, StarItemPool: add a hack to …
1410 …to store the definitions and functions of StarItem and StarItemSet, StarItemPool: create an inte…
1485 … attributes + begin to retrieve more attributes, to be continued... StarItemPool: read the reloc…
1770 tCreate a class to store/parse an SfxItemPool: StarItemPool + update STOFFOLEParser to correspond t…
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/libstaroffice/
H A DLibrary_staroffice.mk91 UnpackedTarball/libstaroffice/src/lib/StarItemPool \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/libstaroffice/
H A DLibrary_staroffice.mk91 UnpackedTarball/libstaroffice/src/lib/StarItemPool \