Home
last modified time | relevance | path

Searched refs:disUntitled (Results 1 – 2 of 2) sorted by relevance

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkiledocmanager.h99 bool fileSaveAll(bool disUntitled = false);
H A Dkiledocmanager.cpp877 bool Manager::fileSaveAll(bool disUntitled) in fileSaveAll() argument
890 KILE_DEBUG_MAIN << "===Kile::fileSaveAll(disUntitled = " << disUntitled <<")"; in fileSaveAll()
899 …if(!disUntitled || !(disUntitled && url.isEmpty())) { // either we don't disregard untitled docs,… in fileSaveAll()