Home
last modified time | relevance | path

Searched refs:aObjectName (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgnode.cxx555 OUString aObjectName; in decomposeSvgNode() local
560 aObjectName = getDocument().getAbsolutePath(); in decomposeSvgNode()
562 if(!aObjectName.isEmpty()) in decomposeSvgNode()
564 INetURLObject aURL(aObjectName); in decomposeSvgNode()
566 aObjectName = aURL.getName( in decomposeSvgNode()
577 aObjectName, in decomposeSvgNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgnode.cxx558 OUString aObjectName; in decomposeSvgNode() local
563 aObjectName = getDocument().getAbsolutePath(); in decomposeSvgNode()
565 if(!aObjectName.isEmpty()) in decomposeSvgNode()
567 INetURLObject aURL(aObjectName); in decomposeSvgNode()
569 aObjectName = aURL.getName( in decomposeSvgNode()
580 aObjectName, in decomposeSvgNode()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/directshow/
H A DAudioSinkInputPin.cpp21 AudioSinkInputPin::AudioSinkInputPin(wchar_t* aObjectName, in AudioSinkInputPin() argument
25 : BaseInputPin(aObjectName, aFilter, aLock, aOutResult, aObjectName), in AudioSinkInputPin()
H A DAudioSinkFilter.cpp29 AudioSinkFilter::AudioSinkFilter(const wchar_t* aObjectName, HRESULT* aOutResult) in AudioSinkFilter() argument
30 : BaseFilter(aObjectName, CLSID_MozAudioSinkFilter), in AudioSinkFilter()
H A DAudioSinkInputPin.h30 AudioSinkInputPin(wchar_t* aObjectName,
H A DAudioSinkFilter.h30 AudioSinkFilter(const wchar_t* aObjectName, HRESULT* aOutResult);
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DSet.h441 void getGroupNamesContaining(const std::string &aObjectName, Array<std::string> &rGroupNames) const in getGroupNamesContaining() argument
445 if(_objectGroups[i]->contains(aObjectName)) in getGroupNamesContaining()
801 void addObjectToGroup(const std::string& aGroupName, const std::string& aObjectName) in addObjectToGroup() argument
804 Object* object = _objects.get(aObjectName); in addObjectToGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx438 OUString aObjectName; in testUrlObjectName() local
441 aObjectName = cppu::UnoUrl(OUString::createFromAscii( in testUrlObjectName()
449 aObjectName.equalsAscii( in testUrlObjectName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx438 OUString aObjectName; in testUrlObjectName() local
441 aObjectName = cppu::UnoUrl(OUString::createFromAscii( in testUrlObjectName()
449 aObjectName.equalsAscii( in testUrlObjectName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A DChartTools.cxx111 … OUString aObjectName = pDocShell->GetEmbeddedObjectContainer().GetEmbeddedObjectName(xObject); in findChartsByName() local
112 if (aObjectName == rName) in findChartsByName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A DChartTools.cxx112 … OUString aObjectName = pDocShell->GetEmbeddedObjectContainer().GetEmbeddedObjectName(xObject); in findChartsByName() local
113 if (aObjectName == rName) in findChartsByName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf2.cxx690 OUString aObjectName(pObject->GetName()); in ImportGraf() local
691 … if (aObjectName.isEmpty() || !m_rDoc.FindFlyByName(aObjectName, GetNodeType(*pRet))) in ImportGraf()
692 pRet->SetName(aObjectName); in ImportGraf()
694 m_aGrfNameGenerator.SetUniqueGraphName(pRet, aObjectName); in ImportGraf()
H A Dww8graf.cxx3091 OUString aObjectName(rpObject->GetName()); in ImportReplaceableDrawables() local
3130 m_aGrfNameGenerator.SetUniqueGraphName(pRetFrameFormat, aObjectName); in ImportReplaceableDrawables()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8graf2.cxx683 OUString aObjectName(pObject->GetName()); in ImportGraf() local
684 … if (aObjectName.isEmpty() || !m_rDoc.FindFlyByName(aObjectName, GetNodeType(*pRet))) in ImportGraf()
685 pRet->SetName(aObjectName); in ImportGraf()
687 m_aGrfNameGenerator.SetUniqueGraphName(pRet, aObjectName); in ImportGraf()
H A Dww8graf.cxx3115 OUString aObjectName(rpObject->GetName()); in ImportReplaceableDrawables() local
3157 m_aGrfNameGenerator.SetUniqueGraphName(pRetFrameFormat, aObjectName); in ImportReplaceableDrawables()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseInputPin.h23 const wchar_t* aObjectName, in BaseInputPin() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A DBaseInputPin.h23 const wchar_t* aObjectName,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dshell.cxx54 OUString aObjectName; // Name of Sbx-Objects member
113 pImpl->aObjectName = rName; in SetName()
118 return pImpl->aObjectName; in GetName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dshell.cxx59 OUString aObjectName; // Name of Sbx-Objects member
118 pImpl->aObjectName = rName; in SetName()
123 return pImpl->aObjectName; in GetName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx232 const OUString aObjectName(GetObjectName(pObj)); in IsEqualToShapeList() local
234 if (!aObjectName.isEmpty()) in IsEqualToShapeList()
241 if (aObjectName != aName) in IsEqualToShapeList()
246 bool bRet = IsEqualToShapeList(rEntry, *pObj->GetSubList(), aObjectName); in IsEqualToShapeList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dscriptdocument.cxx1226 OUString aObjectName; in createObjectName() local
1237 aObjectName = aBaseName in createObjectName()
1240 if ( aUsedNamesCheck.find( aObjectName ) == aUsedNamesCheck.end() ) in createObjectName()
1246 return aObjectName; in createObjectName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dscriptdocument.cxx1231 OUString aObjectName; in createObjectName() local
1244 aObjectName = aBaseName in createObjectName()
1247 if ( aUsedNamesCheck.find( aObjectName ) == aUsedNamesCheck.end() ) in createObjectName()
1253 return aObjectName; in createObjectName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx639 const OUString aObjectName(GetObjectName(pObj)); in IsEqualToShapeList() local
641 if (!aObjectName.isEmpty()) in IsEqualToShapeList()
648 if (aObjectName != aName) in IsEqualToShapeList()
653 bool bRet = IsEqualToShapeList(pEntry, *pObj->GetSubList(), aObjectName); in IsEqualToShapeList()