Searched refs:exists (Results 1 - 16 of 16) sorted by relevance

/inkscape/test/
H A Ddoc-per-case-test.cpp25 if ( !Inkscape::Application::exists() )
/inkscape/src/
H A Dtest-helpers.h31 if ( !Inkscape::Application::exists() )
H A Dresource-manager.cpp255 bool exists = searchUpwards( docbase, origPath, remainder ); local
257 if ( !exists ) {
262 for ( std::vector<std::string>::iterator it = priorLocations.begin(); !exists && (it != priorLocations.end()); ++it ) {
263 exists = searchUpwards( *it, origPath, remainder );
268 if ( exists ) {
347 bool exists = false; local
353 while ( !exists && !baseParts.empty() ) {
357 while ( !exists && !current.empty() ) {
362 exists = Glib::file_test(filepath, Glib::FILE_TEST_EXISTS);
363 // TODO debug g_message(" ...[%s] %s", filepath.c_str(), (exists
[all...]
H A Dinkscape.cpp160 g_assert(Inkscape::Application::exists());
181 if (!Application::exists()) {
190 * Checks whether the current Inkscape::Application global object exists.
193 Application::exists() function in class:Inkscape::Application
205 if (!exists()) {
697 if ( exists() && instance().use_gui() ) {
1217 if (Application::exists()) {
H A Dinkscape.h77 static bool exists();
/inkscape/src/io/
H A Dsys.cpp184 bool exists = false; local
200 exists = g_file_test (filename, test);
208 return exists;
245 /**Checks if directory of file exists, useful
248 bool exists = true; local
265 exists = Inkscape::IO::file_test( dirname, G_FILE_TEST_EXISTS);
275 return exists;
/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl74 if {[info exists python.versions]} {
114 if {[info exists addcode] && ![info exists python._addedcode]} {
214 if {[file exists ${inc_dir}]} {
/inkscape/share/extensions/
H A Deqtexsvg.py117 if os.path.exists(err_file):
147 if os.path.exists(err_file):
H A Dwebslicer_export.py62 # Test if the directory exists:
63 if not os.path.exists( self.options.dir ):
73 inkex.errormsg(_('The directory "%s" does not exists.') % self.options.dir)
75 # Check whether slicer layer exists (bug #1198826)
/inkscape/packaging/macosx/
H A Dosx-app.sh172 if ! pkg-config --exists gtk+-quartz-2.0; then
178 if ! pkg-config --exists gtk+-x11-2.0; then
185 if ! pkg-config --exists gtk-engines-2; then
205 if ! pkg-config --exists icon-naming-utils; then
211 # if ! pkg-config --exists gnome-icon-theme; then
216 # if ! pkg-config --exists gnome-icon-theme-symbolic; then
223 if ! pkg-config --exists gnome-vfs-2.0; then
230 # if ! pkg-config --exists dbus-1; then
245 if ! pkg-config --exists poppler; then
255 if ! pkg-config --exists ImageMagic
[all...]
/inkscape/src/widgets/
H A Dsp-widget.cpp155 if (Application::exists()) {
173 if (Application::exists()) {
198 if (Application::exists()) {
/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py236 if not os.path.exists(f):
272 if not os.path.exists(out1) and not os.path.exists(out2):
287 if os.path.exists(f):
/inkscape/src/libnrtype/
H A DFontFactory.cpp371 bool exists = false; local
374 exists = true;
383 if (!exists && !familyUIName.empty() && !styleUIName.empty()) {
/inkscape/src/ui/widget/
H A Dimageicon.cpp92 if (!Inkscape::Application::exists())
/inkscape/src/extension/
H A Deffect.cpp94 if (Inkscape::Application::exists() && INKSCAPE.use_gui()) {
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp593 if (!Inkscape::Application::exists())

Completed in 813 milliseconds