Searched defs:load (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/extension/internal/
H A Dbluredge.cpp39 \return Whether the load was sucessful
42 BlurEdge::load (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::BlurEdge
H A Dgimpgrad.cpp38 \return Whether the load was sucessful
40 bool GimpGrad::load (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::GimpGrad
177 * gimpgradient-load.c). We try to use the same error handling as gimp, so that
H A Dgrid.cpp45 \return Whether the load was sucessful
48 Grid::load (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::Grid
/inkscape/src/extension/implementation/
H A Dimplementation.h81 virtual bool load(Inkscape::Extension::Extension * /*module*/) { return true; } function in class:Inkscape::Extension::Implementation::Implementation
H A Dxslt.cpp95 if (load(module)) {
103 bool XSLT::load(Inkscape::Extension::Extension *module) function in class:Inkscape::Extension::Implementation::XSLT
H A Dscript.cpp145 officially in the load function. This allows for less allocation
295 bool Script::load(Inkscape::Extension::Extension *module) function in class:Inkscape::Extension::Implementation::Script
632 To save/load the two temporary documents (both are SVG) the internal
633 modules for SVG load and save are used. They are both used through
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp45 \return Whether the load was sucessful
48 Grid::load (Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::Grid
/inkscape/src/io/
H A Dgzipstream.cpp130 else if (!loaded && !load()) {
154 bool GzipInputStream::load() function in class:Inkscape::IO::GzipInputStream
/inkscape/src/extension/internal/bitmap/
H A Dimagemagick.cpp141 ImageMagick::load(Inkscape::Extension::Extension */*module*/) function in class:Inkscape::Extension::Internal::Bitmap::ImageMagick
/inkscape/src/extension/internal/filter/
H A Dfilter.cpp48 bool Filter::load(Inkscape::Extension::Extension * /*module*/) function in class:Inkscape::Extension::Internal::Filter::Filter
/inkscape/src/util/
H A Dunits.cpp265 load(filename);
401 bool UnitTable::load(std::string const &filename) { function in class:Inkscape::Util::UnitTable

Completed in 30 milliseconds