/inkscape/src/ui/widget/ |
H A D | imageicon.h | 49 ImageIcon(const Glib::ustring &fileName); 69 bool showSvgFile(const Glib::ustring &fileName); 79 bool showBitmap(const Glib::ustring &fileName); 89 bool show(const Glib::ustring &fileName);
|
H A D | imageicon.cpp | 58 ImageIcon::ImageIcon(const Glib::ustring &fileName) argument 61 showSvgFile(fileName); 129 Glib::ustring fileName = theFileName; local 131 fileName = Glib::filename_to_utf8(fileName); 133 SPDocument *doc = SPDocument::createNewDoc (fileName.c_str(), 0); 135 g_warning("SVGView: error loading document '%s'\n", fileName.c_str()); 171 Glib::ustring fileName = theFileName; local 186 Glib::RefPtr<Gdk::Pixbuf> img = Gdk::Pixbuf::create_from_file(fileName); 232 fileName 354 isValidImageIconFile(const Glib::ustring &fileName) argument 374 show(const Glib::ustring &fileName) argument [all...] |
H A D | preferences-widget.cpp | 892 Glib::ustring fileName = selectPrefsFileInstance->getFilename(); local 894 if (!fileName.empty()) 896 Glib::ustring newFileName = Glib::filename_to_utf8(fileName); 906 relatedEntry->set_text(fileName);
|
/inkscape/src/trace/ |
H A D | imagemap.h | 46 int (*writePPM)(GrayMap *me, char *fileName); 134 int (*writePPM)(PackedPixelMap *me, char *fileName); 230 int (*writePPM)(RgbMap *me, char *fileName); 318 int (*writePPM)(IndexedMap *me, char *fileName);
|
H A D | imagemap.cpp | 27 static int gWritePPM(GrayMap *me, char *fileName) argument 29 if (!fileName) 32 FILE *f = fopen(fileName, "wb"); 137 static int ppWritePPM(PackedPixelMap *me, char *fileName) argument 139 if (!fileName) 142 FILE *f = fopen(fileName, "wb"); 247 static int rWritePPM(RgbMap *me, char *fileName) argument 249 if (!fileName) 252 FILE *f = fopen(fileName, "wb"); 357 static int iWritePPM(IndexedMap *me, char *fileName) argument [all...] |
H A D | siox.h | 309 bool writePPM(const std::string &fileName);
|
/inkscape/src/util/ |
H A D | ziptool.h | 176 virtual bool writeFile(const std::string &fileName); 197 virtual bool loadFile(const std::string &fileName); 204 std::string fileName; member in class:GzipFile 254 ZipEntry(const std::string &fileName, 362 std::string fileName; member in class:ZipEntry 453 virtual bool writeFile(const std::string &fileName); 474 virtual bool readFile(const std::string &fileName);
|
H A D | ziptool.cpp | 1431 fileName(), 1508 return fileName; 1516 fileName = val; 1600 for (unsigned int i=0 ; i<fileName.size() ; i++) 1601 putByte(fileName[i]); 1647 bool GzipFile::writeFile(const std::string &fileName) argument 1651 FILE *f = fopen(fileName.c_str(), "wb"); 1773 fileName = ""; 1780 fileName.push_back(ch); 1865 bool GzipFile::readFile(const std::string &fileName) argument 2231 addFile(const std::string &fileName, const std::string &comment) argument 2248 newEntry(const std::string &fileName, const std::string &comment) argument 2425 writeFile(const std::string &fileName) argument 2575 std::string fileName; local 2836 std::string fileName; local 3000 readFile(const std::string &fileName) argument [all...] |
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-gtkmm.cpp | 148 Glib::ustring fileName = theFileName; local 150 fileName = Glib::filename_to_utf8(fileName); 156 SPDocument *doc = SPDocument::createNewDoc(fileName.c_str(), true); 158 g_warning("SVGView: error loading document '%s'\n", fileName.c_str()); 196 Glib::ustring fileName = theFileName; local 220 img = Gdk::Pixbuf::create_from_file(fileName); 242 if (hasSuffix(fileName, svg)) { 327 fileName = Glib::filename_to_utf8(fileName); 540 set(Glib::ustring &fileName, int dialogType) argument 663 Glib::ustring fileName = get_preview_filename(); local [all...] |
H A D | filedialog.cpp | 62 bool isValidImageFile(const Glib::ustring &fileName) argument 72 if (hasSuffix(fileName, ext))
|
H A D | filedialogimpl-gtkmm.h | 92 bool setFileName(Glib::ustring &fileName); 96 bool set(Glib::ustring &fileName, int dialogType); 103 void showImage(Glib::ustring &fileName);
|
H A D | filedialog.h | 72 bool isValidImageFile(const Glib::ustring &fileName);
|
/inkscape/src/ |
H A D | file.cpp | 568 Glib::ustring fileName = openDialogInstance->getFilename(); local 585 fileName = flist[i]; 587 Glib::ustring newFileName = Glib::filename_to_utf8(fileName); 589 fileName = newFileName; 594 g_message("Opening File %s\n", fileName.c_str()); 596 sp_file_open(fileName, selection); 603 if (!fileName.empty()) 605 Glib::ustring newFileName = Glib::filename_to_utf8(fileName); 608 fileName = newFileName; 612 open_path = Glib::path_get_dirname (fileName); 764 Glib::ustring fileName = Glib::get_tmp_dir (); local 920 Glib::ustring fileName = saveDialog->getFilename(); local 1337 Glib::ustring fileName = importDialogInstance->getFilename(); local 1468 Glib::ustring fileName = exportDialogInstance->getFilename(); local [all...] |
H A D | attribute-rel-css.h | 53 bool readDataFromFileIn(Glib::ustring fileName, storageType type);
|
H A D | attribute-rel-css.cpp | 146 bool SPAttributeRelCSS::readDataFromFileIn(Glib::ustring fileName, storageType type) argument 149 file.open(fileName.c_str(), std::ios::in); 153 g_warning("Could not open the data file for CSS attribute-element map construction: %s", fileName.c_str());
|
H A D | shortcuts.cpp | 350 Glib::ustring fileName = saveDialog->getFilename(); local 351 if (fileName.size() > 0) { 352 Glib::ustring newFileName = Glib::filename_to_utf8(fileName); 381 Glib::ustring fileName = importFileDialog->getFilename(); local 382 sp_shortcut_file_import_do(fileName.c_str());
|
/inkscape/cxxtest/ |
H A D | cxxtestgen.pl | 165 my ($fileName, $lineNo, $line) = @_; 167 startSuite( $1, $fileName, $lineNo, 0 ); 170 print "$fileName:$lineNo: Warning: Inline test suites are deprecated.\n"; 171 startSuite( $1, $fileName, $lineNo, 1 ); 208 my ($fileName, $lineNo, $line) = @_; 209 $line = fixBlockLine( $fileName, $lineNo, $line ); 219 my ($fileName, $lineNo, $line) = @_; 220 my $fileLine = cstr($fileName) . "," . $lineNo; 279 sub fileName() { return $suite->{'file'}; } subroutine 280 sub fileString() { return cstr(fileName()); } [all...] |
H A D | cxxtestgen.py | 159 for fileName in patternFiles: 160 fileNames.append( fixBackslashes( fileName ) ) 163 def fixBackslashes( fileName ): 165 return re.sub( r'\\', '/', fileName, 0 ) 175 def scanInputFile(fileName): 177 file = open(fileName) 185 scanInputLine( fileName, lineNo, line ) 189 def scanInputLine( fileName, lineNo, line ): 194 scanLineForSuiteStart( fileName, lineNo, line ) 241 def scanLineForSuiteStart( fileName, lineN [all...] |
/inkscape/src/extension/ |
H A D | system.cpp | 250 gchar *fileName = NULL; local 256 fileName = g_strdup_printf("%s%s", filename, omod->get_extension()); 263 if (fileName == NULL) { 264 fileName = g_strdup(filename); 267 if (check_overwrite && !sp_ui_overwrite_file(fileName)) { 268 g_free(fileName); 275 g_free(fileName); 291 doc->changeUriAndHrefs(fileName); 312 omod->save(doc, fileName); 332 g_free(fileName); [all...] |
/inkscape/packaging/macosx/ScriptExec/ |
H A D | main.c | 337 CFStringRef fileName; local 345 if (! (fileName = CFStringCreateWithCString(NULL, kScriptFileName, 348 if (! (scriptFileURL = CFBundleCopyResourceURL(appBundle, fileName, NULL, 356 CFRelease(fileName); 371 CFStringRef fileName; local 379 if (! (fileName = CFStringCreateWithCString(NULL, kOpenDocFileName, 382 if (! (openDocFileURL = CFBundleCopyResourceURL(appBundle, fileName, NULL, 390 CFRelease(fileName);
|
/inkscape/src/livarot/ |
H A D | ShapeDraw.cpp | 18 bool edgesNo, bool pointsNo, bool doDir,char* fileName) 20 FILE* outFile=fopen(fileName,"w+"); 17 Plot(double ix, double iy, double ir, double mx, double my, bool doPoint, bool edgesNo, bool pointsNo, bool doDir,char* fileName) argument
|
H A D | Shape.h | 239 bool edgesNo, bool pointNo, bool doDir, char *fileName);
|
/inkscape/share/extensions/ |
H A D | jessyInk_export.py | 135 def takeSnapshot(self, output, fileName): 148 output.write(outFile, fileName + "." + ext)
|
H A D | plotter.py | 238 fileName = self.document.getroot().xpath('//@sodipodi:docname', namespaces=inkex.NSS) 239 if fileName: 240 inkex.errormsg(' Filename: ' + fileName[0])
|
/inkscape/ |
H A D | buildtool.cpp | 918 * @param fileName the name of the file to read 921 Element *parseFile(const String &fileName); 1675 Element *Parser::parseFile(const String &fileName) argument 1679 FILE *f = fopen(fileName.c_str(), "rb"); 3168 bool fileExists(const String &fileName); 3173 bool isRegularFile(const String &fileName); 3178 bool isDirectory(const String &fileName); 3358 virtual bool readFile(const String &fileName); 3379 fileName = ""; 3397 fileName 3445 String fileName; member in class:buildtool::PkgConfig 3532 String fileName = resolve(".svn/entries"); local 5169 fileExists(const String &fileName) argument 5185 isRegularFile(const String &fileName) argument 5205 isDirectory(const String &fileName) argument 6017 String fileName = fileList[i]; local 6179 String fileName; local 6345 generateDependencies(const String &fileName) argument 6360 saveDepFile(const String &fileName) argument 7087 String fileName = parent.eval(fileNameOpt , "."); local 7134 String fileName = fileSet[i]; local 7332 String fileName = fileSet[i]; local 7436 String fileName = fileSet[i]; local 7624 String fileName = parent.eval(fileNameOpt, "."); local 7978 String fileName = parent.eval(fileNameOpt, ""); local 8141 String fileName = parent.eval(fileNameOpt, ""); local 8267 String fileName = fileSet[i]; local 8499 String fileName = parent.eval(fileNameOpt, ""); local 8554 String fileName = parent.eval(fileNameOpt, ""); local 8628 String fileName = parent.eval(fileNameOpt, ""); local 8766 String fileName = parent.eval(fileNameOpt, ""); local 8876 String fileName = parent.eval(fileNameOpt, ""); local 8948 String fileName = parent.eval(fileNameOpt, ""); local 9663 parsePropertyFile(const String &fileName, const String &prefix) argument [all...] |