Home
last modified time | relevance | path

Searched refs:StyleStorage (Results 1 – 11 of 11) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/
H A DStyleStorage.cpp44 class Q_DECL_HIDDEN StyleStorage::Private
78 StyleStorage* m_storage;
103 StyleStorage::Private* d = m_storage->d; in run()
169 void StyleStorage::Private::ensureLoaded() in ensureLoaded()
178 StyleStorage::StyleStorage(Map* map) in StyleStorage() function in StyleStorage
187 StyleStorage::StyleStorage(const StyleStorage& other) in StyleStorage() function in StyleStorage
205 StyleStorage::~StyleStorage() in ~StyleStorage()
292 QRect StyleStorage::usedArea() const in usedArea()
672 void StyleStorage::invalidateCache() in invalidateCache()
685 void StyleStorage::garbageCollection() in garbageCollection()
[all …]
H A DStyleStorage.h50 class CALLIGRA_SHEETS_ODF_EXPORT StyleStorage : public QObject
55 explicit StyleStorage(Map* map);
56 StyleStorage(const StyleStorage& other);
57 ~StyleStorage() override;
230 void operator=(const StyleStorage& other);
H A DSheet.h68 class StyleStorage; variable
410 const StyleStorage* styleStorage() const;
H A DCellStorage.h52 class StyleStorage; variable
382 const StyleStorage* styleStorage() const;
H A DStyle.h304 friend class StyleStorage;
H A DCellStorage.cpp80 , styleStorage(new StyleStorage(sheet->map())) in Private()
103 , styleStorage(new StyleStorage(*other.styleStorage)) in Private()
145 StyleStorage* styleStorage;
1659 const StyleStorage* CellStorage::styleStorage() const in styleStorage()
H A DTODO394 StyleStorage.
400 Only StyleStorage::Private::usedArea should track the occupied
H A DSheet.cpp469 const StyleStorage* Sheet::styleStorage() const in styleStorage()
/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DStyleStorageUndoCommand.h50 explicit StyleStorageUndoCommand(StyleStorage *storage, KUndo2Command *parent = 0);
60 StyleStorage *const m_storage;
64 StyleStorageUndoCommand::StyleStorageUndoCommand(StyleStorage *storage, KUndo2Command *parent) in StyleStorageUndoCommand()
/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestStyleStorage.cpp29 class MyStyleStorage : public StyleStorage
32 MyStyleStorage(Map* map) : StyleStorage(map) {} in MyStyleStorage()
33 using StyleStorage::garbageCollection;
/dports/editors/calligra/calligra-3.2.1/sheets/doc/
H A DNOTES.limits34 - Rect-/StyleStorage.h: