Searched refs:GetName (Results 251 - 275 of 325) sorted by path

<<111213

/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp110 PerspectiveCommand::GetName(BString& name) function in class:PerspectiveCommand
H A DPerspectiveCommand.h38 virtual void GetName(BString& name);
H A DResetTransformationCommand.cpp89 // GetName
91 ResetTransformationCommand::GetName(BString& name) function in class:ResetTransformationCommand
H A DTransformCommand.cpp107 // GetName
109 TransformCommand::GetName(BString& name) function in class:TransformCommand
H A DTransformCommand.h38 virtual void GetName(BString& name);
/haiku/src/apps/installer/
H A DWorkerThread.cpp618 ret = subEntry.GetName(fileName);
755 if (entry.GetName(name) != B_OK)
/haiku/src/apps/mail/
H A DContent.cpp1922 entry.GetName(entry_name);
H A DMailWindow.cpp2221 mail->GetName(&name);
2830 if (fMail->GetName(&title) == B_OK)
3096 entry.GetName(name);
/haiku/src/apps/mediaplayer/
H A DController.cpp916 Controller::GetName(BString* name) function in class:Controller
H A DInfoWin.cpp371 if (fController->GetName(&info) != B_OK || info.IsEmpty())
H A DMainWin.cpp1921 if (language.GetName(languageName) == B_OK)
/haiku/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.cpp118 CopyPLItemsCommand::GetName(BString& name) function in class:CopyPLItemsCommand
H A DCopyPLItemsCommand.h27 virtual void GetName(BString& name);
H A DFilePlaylistItem.cpp368 entry.GetName(originalName);
380 if (entry.GetName(name) != B_OK)
H A DImportPLItemsCommand.cpp177 ImportPLItemsCommand::GetName(BString& name) function in class:ImportPLItemsCommand
H A DImportPLItemsCommand.h27 virtual void GetName(BString& name);
H A DMovePLItemsCommand.cpp178 MovePLItemsCommand::GetName(BString& name) function in class:MovePLItemsCommand
H A DMovePLItemsCommand.h27 virtual void GetName(BString& name);
H A DRandomizePLItemsCommand.cpp100 RandomizePLItemsCommand::GetName(BString& name) function in class:RandomizePLItemsCommand
H A DRandomizePLItemsCommand.h26 virtual void GetName(BString& name);
H A DRemovePLItemsCommand.cpp169 RemovePLItemsCommand::GetName(BString& name) function in class:RemovePLItemsCommand
H A DRemovePLItemsCommand.h27 virtual void GetName(BString& name);
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp98 BString name = fInfo.GetName();
647 volume.GetName(volumeName);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp140 fEncoding = characterSet->GetName();
193 fEncoding = set->GetName();
H A DStyledEditWindow.cpp958 entry.GetName(name);
1532 if (entry.GetName(name) != B_OK)
1625 forceEncoding = charset->GetName();
1638 forceEncoding = newCharset->GetName();
2041 message->AddString("encoding", charset.GetName());
2043 if (encoding.Compare(charset.GetName()) == 0)

Completed in 148 milliseconds

<<111213