Home
last modified time | relevance | path

Searched refs:rApp (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/script/
H A DXMLStarBasicContextFactory.cxx65 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in CreateContext() local
67 if( sMacroNameVal.getLength() > rApp.getLength()+1 && in CreateContext()
68 sMacroNameVal.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in CreateContext()
69 ':' == sMacroNameVal[rApp.getLength()] ) in CreateContext()
72 sMacroNameVal = sMacroNameVal.copy( rApp.getLength()+1 ); in CreateContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/script/
H A DXMLStarBasicContextFactory.cxx78 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in CreateContext() local
80 if( sMacroNameVal.getLength() > rApp.getLength()+1 && in CreateContext()
81 sMacroNameVal.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in CreateContext()
82 ':' == sMacroNameVal[rApp.getLength()] ) in CreateContext()
85 sMacroNameVal = sMacroNameVal.copy( rApp.getLength()+1 ); in CreateContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/
H A DEventOASISTContext.cxx286 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in StartElement() local
289 if( rAttrValue.getLength() > rApp.getLength()+1 && in StartElement()
290 rAttrValue.copy(0,rApp.getLength()). in StartElement()
291 equalsIgnoreAsciiCase( rApp ) && in StartElement()
292 ':' == rAttrValue[rApp.getLength()] ) in StartElement()
294 aLocation = rApp; in StartElement()
295 aAttrValue = rAttrValue.copy( rApp.getLength()+1 ); in StartElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/
H A DEventOASISTContext.cxx286 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in StartElement() local
289 if( rAttrValue.getLength() > rApp.getLength()+1 && in StartElement()
290 rAttrValue.copy(0,rApp.getLength()). in StartElement()
291 equalsIgnoreAsciiCase( rApp ) && in StartElement()
292 ':' == rAttrValue[rApp.getLength()] ) in StartElement()
294 aLocation = rApp; in StartElement()
295 aAttrValue = rAttrValue.copy( rApp.getLength()+1 ); in StartElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dsfxpicklist.cxx67 SfxPickListImpl(SfxApplication& rApp);
149 SfxPickList::SfxPickList(SfxApplication& rApp) in SfxPickList() argument
150 : mxImpl(new SfxPickListImpl(rApp)) in SfxPickList()
158 SfxPickListImpl::SfxPickListImpl(SfxApplication& rApp) in SfxPickListImpl() argument
160 StartListening(rApp); in SfxPickListImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dsfxpicklist.cxx83 SfxPickListImpl(SfxApplication& rApp);
166 SfxPickList::SfxPickList(SfxApplication& rApp) in SfxPickList() argument
167 : mxImpl(new SfxPickListImpl(rApp)) in SfxPickList()
175 SfxPickListImpl::SfxPickListImpl(SfxApplication& rApp) in SfxPickListImpl() argument
177 StartListening(rApp); in SfxPickListImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Deventimp.cxx296 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in ApplyProperties() local
298 if( msMacroName.getLength() > rApp.getLength()+1 && in ApplyProperties()
299 msMacroName.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in ApplyProperties()
300 ':' == msMacroName[rApp.getLength()] ) in ApplyProperties()
303 msMacroName = msMacroName.copy( rApp.getLength()+1 ); in ApplyProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Deventimp.cxx311 const OUString& rApp = GetXMLToken( XML_APPLICATION ); in ApplyProperties() local
313 if( msMacroName.getLength() > rApp.getLength()+1 && in ApplyProperties()
314 msMacroName.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in ApplyProperties()
315 ':' == msMacroName[rApp.getLength()] ) in ApplyProperties()
318 msMacroName = msMacroName.copy( rApp.getLength()+1 ); in ApplyProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dsfxpicklist.hxx36 SfxPickList(SfxApplication& rApp);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/inc/
H A Dsfxpicklist.hxx35 SfxPickList(SfxApplication& rApp);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dstrmif.h665 GUID rApp; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dstrmif.h665 GUID rApp; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dmethods.cxx3889 const OUString& rApp = rPar.Get(1)->GetOUString(); in SbRtl_DDEInitiate() local
3894 ErrCode nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in SbRtl_DDEInitiate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Dmethods.cxx3872 const OUString& rApp = rPar.Get(1)->GetOUString(); in SbRtl_DDEInitiate() local
3877 ErrCode nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in SbRtl_DDEInitiate()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs61 pub rApp: ::windows_sys::core::GUID, field
3931 pub rApp: ::windows_sys::core::GUID, field
3945 pub rApp: ::windows_sys::core::GUID, field
3962 pub rApp: ::windows_sys::core::GUID, field
3977 pub rApp: ::windows_sys::core::GUID, field
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx6122 static void activateNotebookbar(std::u16string_view rApp) in activateNotebookbar() argument
6124 OUString aPath = OUString::Concat("org.openoffice.Office.UI.ToolbarMode/Applications/") + rApp; in activateNotebookbar()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs235 pub rApp: ::windows::runtime::GUID, field
254 …self.rApp == other.rApp && self.guidStatusRequestID == other.guidStatusRequestID && self.dwSequenc… in eq()
8636 pub rApp: ::windows::runtime::GUID, field
8655 …self.rApp == other.rApp && self.dwFlags == other.dwFlags && self.dwData == other.dwData && self.Ex… in eq()
8666 pub rApp: ::windows::runtime::GUID, field
8684 .field("rApp", &self.rApp) in fmt()
8708 pub rApp: ::windows::runtime::GUID, field
8728 …self.rApp == other.rApp && self.dwFlags == other.dwFlags && self.dwHDCPFlags == other.dwHDCPFlags … in eq()
8739 pub rApp: ::windows::runtime::GUID, field
8762 .field("rApp", &self.rApp) in fmt()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs5991 pub rApp: ::windows_sys::core::GUID, field
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h6920 GUID rApp; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h6920 GUID rApp; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs10662 pub rApp: ::windows::runtime::GUID,
10676 …fmt.debug_struct("DXVA_COPPStatusInput").field("rApp", &self.rApp).field("guidStatusRequestID", &s…
10681 …self.rApp == other.rApp && self.guidStatusRequestID == other.guidStatusRequestID && self.dwSequenc…