Home
last modified time | relevance | path

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

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmldoc.h50 wxString getShortFileName();
H A Dxmldoc.cpp65 wxString XmlDoc::getShortFileName() in getShortFileName() function in XmlDoc
H A Dxmlcopyeditor.cpp1437 fileName = doc->getShortFileName(); in OnPageClosing()
1753 docTitle = doc->getShortFileName(); in OnIdle()
2041 shortFileName = doc->getShortFileName(); in OnPrintPreview()
2062 shortFileName = doc->getShortFileName(); in OnPrint()
3454 doc->getShortFileName(), in OnSpelling()
3578 defaultFile = doc->getShortFileName(); in saveAs()
3944 doc->getShortFileName().c_str() ); in OnValidateSchema()
5614 doc->getShortFileName().c_str(), in documentOk()
5933 doc->getShortFileName().c_str(), count ); in OnWordCount()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/app/
H A DMLTextUtils.h69 TextFragment getShortFileName(const TextFragment& frag);
H A DMLTextUtils.cpp470 TextFragment getShortFileName(const TextFragment& frag) in getShortFileName() function
/dports/devel/staf/src/staf/services/namespace/
H A DStorageManager.java112 public String getShortFileName() in getShortFileName() method in StorageManager
H A DNamespaceService.java479 fDataDir + fFileSep + fStorageManager.getShortFileName() + in init()
971 settingsMap.put("filename", fStorageManager.getShortFileName()); in handleList()
1917 fStorageManager.getShortFileName() + "." + phase + "." + in copyData()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/examples/tutorial/
H A DsymbolsExample.cpp161 std::cout << textUtils::getShortFileName("golly/gee/whiz.txt") << "\n"; // whiz.txt in main()
/dports/graphics/djview4/djview4-4.12/src/
H A Dqdjview.h110 QString getShortFileName();
H A Dqdjviewdialogs.cpp991 fname = d->djview->getShortFileName(); in refresh()
1286 fname = d->djview->getShortFileName(); in refresh()
H A Dqdjview.cpp2688 setWindowTitle(QString("%1[*] - ").arg(getShortFileName()) + tr("DjView")); in open()
3433 QDjView::getShortFileName() in getShortFileName() function in QDjView
3639 filename = QFileInfo(getShortFileName()).baseName(); in saveImageFile()