Home
last modified time | relevance | path

Searched refs:aInternalName (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A DXPropertyTable.cxx114 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in insertByName() local
116 std::unique_ptr<XPropertyEntry> pNewEntry(createEntry(aInternalName, aElement)); in insertByName()
127 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, Name); in removeByName() local
134 if (pEntry && aInternalName == pEntry->GetName()) in removeByName()
149 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in replaceByName() local
156 if (pEntry && aInternalName == pEntry->GetName()) in replaceByName()
158 std::unique_ptr<XPropertyEntry> pNewEntry(createEntry(aInternalName, aElement)); in replaceByName()
175 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in getByName() local
183 if (pEntry && aInternalName == pEntry->GetName()) in getByName()
213 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in hasByName() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A DXPropertyTable.cxx112 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in insertByName() local
114 std::unique_ptr<XPropertyEntry> pNewEntry(createEntry(aInternalName, aElement)); in insertByName()
125 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, Name); in removeByName() local
132 if (pEntry && aInternalName == pEntry->GetName()) in removeByName()
147 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in replaceByName() local
154 if (pEntry && aInternalName == pEntry->GetName()) in replaceByName()
156 std::unique_ptr<XPropertyEntry> pNewEntry(createEntry(aInternalName, aElement)); in replaceByName()
173 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in getByName() local
181 if (pEntry && aInternalName == pEntry->GetName()) in getByName()
211 OUString aInternalName = SvxUnogetInternalNameForItem(mnWhich, aName); in hasByName() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcallform.hxx57 OUString aInternalName; member in LegacyFuncData
74 const OUString& GetInternalName() const { return aInternalName; } in GetInternalName()
H A Daddincol.hxx66 OUString aInternalName; ///< used to match configuration and reflection information member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcallform.hxx58 OUString const aInternalName; member in LegacyFuncData
75 const OUString& GetInternalName() const { return aInternalName; } in GetInternalName()
H A Daddincol.hxx65 OUString aInternalName; ///< used to match configuration and reflection information member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dcallform.cxx100 aInternalName (rIName), in LegacyFuncData()
112 aInternalName (rData.aInternalName), in LegacyFuncData()
224 OUString aInternalName( cInternalName, strlen(cInternalName), osl_getThreadTextEncoding() ); in InitExternalFunc()
227 aInternalName, in InitExternalFunc()
H A Daddincol.cxx494 aDesc.aInternalName = pArgNameArray[nArgument]; in ReadConfiguration()
884 aDesc.aInternalName = pParArr[nParamPos].aName; in ReadFromAddIn()
937 if ( pArguments[nPos].aInternalName == rArgIntName ) in lcl_FindArgDesc()
1048 aDesc.aInternalName = rParam.aName; in UpdateFromAddIn()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dcallform.cxx101 aInternalName (rIName), in LegacyFuncData()
113 aInternalName (rData.aInternalName), in LegacyFuncData()
225 OUString aInternalName( cInternalName, strlen(cInternalName), osl_getThreadTextEncoding() ); in InitExternalFunc()
228 aInternalName, in InitExternalFunc()
H A Daddincol.cxx495 aDesc.aInternalName = pArgNameArray[nArgument]; in ReadConfiguration()
882 aDesc.aInternalName = pParArr[nParamPos].aName; in ReadFromAddIn()
938 if ( pArguments[nPos].aInternalName == rArgIntName ) in lcl_FindArgDesc()
1048 aDesc.aInternalName = rParam.aName; in UpdateFromAddIn()
/dports/cad/zcad/zcad-8b8a693/cad_source/components/ztoolbars/
H A Duztoolbarsmanager.pas88 …function DoToolPaletteCreateFunc(aControlName,aInternalName:string;TBNode:TDomNode;var PaletteCont… in DoToolPaletteCreateFunc()
469 function TToolBarsManager.DoToolPaletteCreateFunc(aControlName,aInternalName:string;TBNode:TDomNode… in TToolBarsManager.DoToolPaletteCreateFunc()
477 result:=tpcf(aControlName,aInternalName,aType,TBNode,PaletteControl,DoDisableAlign);
783 aInternalName:string;
787aInternalName:=copy(aControlName,length(ToolPaletteNamePrefix)+1,length(aControlName)-length(ToolP…
788 TBNode:=FindPalettesContent(aInternalName);
790 … result:=DoToolPaletteCreateFunc(aControlName,aInternalName,TBNode,PaletteControl,DoDisableAlign);
794 aInternalName:=format('Palette "%s" content not found',[aInternalName]);
795 Application.messagebox(pchar(aInternalName),'');
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xoutdev/
H A Dxattrbmp.cxx184 OUString aInternalName; in QueryValue() local
194 aInternalName = GetName(); in QueryValue()
214 aPropSeq[0].Value <<= aInternalName; in QueryValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/xoutdev/
H A Dxattrbmp.cxx189 OUString aInternalName; in QueryValue() local
199 aInternalName = GetName(); in QueryValue()
219 aPropSeq[0].Value <<= aInternalName; in QueryValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dstlsheet.cxx374 OUString aInternalName; in GetRealStyleSheet() local
379 aInternalName = STR_LAYOUT_TITLE; in GetRealStyleSheet()
383 aInternalName = STR_LAYOUT_SUBTITLE; in GetRealStyleSheet()
387 aInternalName = STR_LAYOUT_BACKGROUND; in GetRealStyleSheet()
391 aInternalName = STR_LAYOUT_BACKGROUNDOBJECTS; in GetRealStyleSheet()
395 aInternalName = STR_LAYOUT_NOTES; in GetRealStyleSheet()
404 aInternalName = STR_LAYOUT_OUTLINE + aNumStr; in GetRealStyleSheet()
408 aRealStyle += aInternalName; in GetRealStyleSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dstlsheet.cxx379 OUString aInternalName; in GetRealStyleSheet() local
384 aInternalName = STR_LAYOUT_TITLE; in GetRealStyleSheet()
388 aInternalName = STR_LAYOUT_SUBTITLE; in GetRealStyleSheet()
392 aInternalName = STR_LAYOUT_BACKGROUND; in GetRealStyleSheet()
396 aInternalName = STR_LAYOUT_BACKGROUNDOBJECTS; in GetRealStyleSheet()
400 aInternalName = STR_LAYOUT_NOTES; in GetRealStyleSheet()
409 aInternalName = STR_LAYOUT_OUTLINE + aNumStr; in GetRealStyleSheet()
413 aRealStyle += aInternalName; in GetRealStyleSheet()