Home
last modified time | relevance | path

Searched refs:aSequence (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/qa/cppunit/emf/
H A DEmfImportTest.cxx163 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in testPolyPolygon()
200 Primitive2DSequence aSequence in TestDrawImagePointsTypeBitmap() local
202 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawImagePointsTypeBitmap()
234 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawString()
255 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawStringAlign()
354 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawStringTransparent()
373 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawStringWithBrush()
391 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawLine()
405 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestLinearGradient()
439 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestTextMapMode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/manifest/
H A DManifestImport.cxx132 aSequence.resize(PKG_SIZE_ENCR_MNFST); in doFileEntry()
134 aSequence[PKG_MNFST_FULLPATH].Name = gsFullPathProperty; in doFileEntry()
136 aSequence[PKG_MNFST_MEDIATYPE].Name = gsMediaTypeProperty; in doFileEntry()
141 aSequence[PKG_MNFST_VERSION].Name = gsVersionProperty; in doFileEntry()
142 aSequence[PKG_MNFST_VERSION].Value <<= sVersion; in doFileEntry()
148 aSequence[PKG_MNFST_UCOMPSIZE].Name = gsSizeProperty; in doFileEntry()
149 aSequence[PKG_MNFST_UCOMPSIZE].Value <<= nSize; in doFileEntry()
281 aSequence[PKG_MNFST_SALT].Name = gsSaltProperty; in doKeyDerivation()
282 aSequence[PKG_MNFST_SALT].Value <<= aDecodeBuffer; in doKeyDerivation()
461 aSequence.erase(std::remove_if(aSequence.begin(), aSequence.end(), in endElement()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/manifest/
H A DManifestImport.cxx132 aSequence.resize(PKG_SIZE_ENCR_MNFST); in doFileEntry()
134 aSequence[PKG_MNFST_FULLPATH].Name = gsFullPathProperty; in doFileEntry()
142 aSequence[PKG_MNFST_VERSION].Value <<= sVersion; in doFileEntry()
148 aSequence[PKG_MNFST_UCOMPSIZE].Name = gsSizeProperty; in doFileEntry()
149 aSequence[PKG_MNFST_UCOMPSIZE].Value <<= nSize; in doFileEntry()
234 aSequence[PKG_MNFST_DIGEST].Name = gsDigestProperty; in doEncryptionData()
235 aSequence[PKG_MNFST_DIGEST].Value <<= aDecodeBuffer; in doEncryptionData()
285 aSequence[PKG_MNFST_SALT].Name = gsSaltProperty; in doKeyDerivation()
286 aSequence[PKG_MNFST_SALT].Value <<= aDecodeBuffer; in doKeyDerivation()
465 aSequence.erase(std::remove_if(aSequence.begin(), aSequence.end(), in endElement()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/wmf/
H A Dwmfexternal.cxx33 css::uno::Sequence<css::beans::PropertyValue> aSequence; in getSequence() local
37 aSequence.realloc(3); in getSequence()
38 aSequence[0].Name = "Width"; in getSequence()
39 aSequence[0].Value <<= static_cast<sal_Int16>(xExt); in getSequence()
40 aSequence[1].Name = "Height"; in getSequence()
41 aSequence[1].Value <<= static_cast<sal_Int16>(yExt); in getSequence()
42 aSequence[2].Name = "MapMode"; in getSequence()
43 aSequence[2].Value <<= static_cast<sal_Int16>(mapMode); in getSequence()
46 return aSequence; in getSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/wmf/
H A Dwmfexternal.cxx33 css::uno::Sequence< css::beans::PropertyValue > aSequence; in getSequence() local
37 aSequence.realloc(3); in getSequence()
38 aSequence[0].Name = "Width"; in getSequence()
39 aSequence[0].Value <<= static_cast<sal_Int16>(xExt); in getSequence()
40 aSequence[1].Name = "Height"; in getSequence()
41 aSequence[1].Value <<= static_cast<sal_Int16>(yExt); in getSequence()
42 aSequence[2].Name = "MapMode"; in getSequence()
43 aSequence[2].Value <<= static_cast<sal_Int16>(mapMode); in getSequence()
46 return aSequence; in getSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/uno/
H A Dunoevent.cxx82 aSequence[2] = aLibValue; in getAnyFromMacro()
84 rAny <<= aSequence; in getAnyFromMacro()
109 rAny <<= aSequence; in getAnyFromMacro()
132 aSequence[0] = aKindValue; in getAnyFromMacro()
134 rAny <<= aSequence; in getAnyFromMacro()
143 Sequence<PropertyValue> aSequence; in getMacroFromAny() local
144 rAny >>= aSequence; in getMacroFromAny()
258 Sequence<PropertyValue> aSequence; in replaceByName() local
259 rElement >>= aSequence; in replaceByName()
293 return aSequence; in getElementNames()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/uno/
H A Dunoevent.cxx65 aSequence[0] = aTypeValue; in getAnyFromMacro()
81 aSequence[2] = aLibValue; in getAnyFromMacro()
83 rAny <<= aSequence; in getAnyFromMacro()
108 rAny <<= aSequence; in getAnyFromMacro()
131 aSequence[0] = aKindValue; in getAnyFromMacro()
133 rAny <<= aSequence; in getAnyFromMacro()
142 Sequence<PropertyValue> aSequence; in getMacroFromAny() local
143 rAny >>= aSequence; in getMacroFromAny()
257 Sequence<PropertyValue> aSequence; in replaceByName() local
258 rElement >>= aSequence; in replaceByName()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/emfio/qa/cppunit/emf/
H A DEmfImportTest.cxx104 Primitive2DSequence aSequence = parseEmf("/emfio/qa/cppunit/emf/data/TestDrawString.emf"); in TestDrawString() local
105 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawString()
107 … pDocument = dumper.dumpAndParse(comphelper::sequenceToContainer<Primitive2DContainer>(aSequence)); in TestDrawString()
126 …Primitive2DSequence aSequence = parseEmf("/emfio/qa/cppunit/emf/data/TestDrawStringTransparent.emf… in TestDrawStringTransparent() local
127 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawStringTransparent()
129 … pDocument = dumper.dumpAndParse(comphelper::sequenceToContainer<Primitive2DContainer>(aSequence)); in TestDrawStringTransparent()
149 Primitive2DSequence aSequence = parseEmf("/emfio/qa/cppunit/emf/data/TestDrawLine.emf"); in TestDrawLine() local
150 CPPUNIT_ASSERT_EQUAL(1, static_cast<int>(aSequence.getLength())); in TestDrawLine()
152 … pDocument = dumper.dumpAndParse(comphelper::sequenceToContainer<Primitive2DContainer>(aSequence)); in TestDrawLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx308 if(!aSequence.empty()) in decomposeSvgNode()
444 aSequence)); in decomposeSvgNode()
475 aSequence)); in decomposeSvgNode()
486 aSequence)); in decomposeSvgNode()
578 aSequence)); in decomposeSvgNode()
623 aSequence.getB2DRange( in decomposeSvgNode()
656 aSequence)); in decomposeSvgNode()
663 aSequence.clear(); in decomposeSvgNode()
666 if(!aSequence.empty()) in decomposeSvgNode()
699 aSequence)); in decomposeSvgNode()
[all …]
/dports/www/baikal/baikal/Core/Frameworks/Flake/Core/Render/
H A DContainer.php31 public $aSequence = []; variable in Flake\\Core\\Render\\Container
41 $this->aSequence[] = &$aTemp;
61 foreach ($this->aSequence as $aStep) {
68 foreach ($this->aSequence as $sKey => $aStep) {
69 $this->aSequence[$sKey]["rendu"] = $this->aSequence[$sKey]["block"]->render();
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx306 if(!aSequence.empty()) in decomposeSvgNode()
442 aSequence)); in decomposeSvgNode()
473 aSequence)); in decomposeSvgNode()
484 aSequence)); in decomposeSvgNode()
576 aSequence)); in decomposeSvgNode()
621 aSequence.getB2DRange( in decomposeSvgNode()
654 aSequence)); in decomposeSvgNode()
661 aSequence.clear(); in decomposeSvgNode()
664 if(!aSequence.empty()) in decomposeSvgNode()
697 aSequence)); in decomposeSvgNode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/xpathlib/
H A Dextension.cxx47 void SAL_CALL CLibxml2XFormsExtension::initialize(const Sequence< Any >& aSequence) in initialize() argument
49 if (aSequence.getLength() == 2 in initialize()
50 && (aSequence[0] >>= m_aModel) in initialize()
51 && (aSequence[1] >>= m_aContextNode)) in initialize()
57 for (sal_Int32 i = 0; i < aSequence.getLength(); i++) in initialize()
59 if (! (aSequence[i] >>= aValue)) in initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zipapi/
H A DByteGrabber.cxx40 , aSequence ( 4 ) in ByteGrabber()
42 pSequence = aSequence.getArray(); in ByteGrabber()
99 if (xStream->readBytes(aSequence, 2) != 2) in ReadUInt16()
102 pSequence = aSequence.getConstArray(); in ReadUInt16()
112 if (xStream->readBytes(aSequence, 4) != 4) in ReadUInt32()
115 pSequence = aSequence.getConstArray(); in ReadUInt32()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zipapi/
H A DByteGrabber.cxx40 , aSequence ( 4 ) in ByteGrabber()
42 pSequence = aSequence.getArray(); in ByteGrabber()
99 if (xStream->readBytes(aSequence, 2) != 2) in ReadUInt16()
102 pSequence = aSequence.getConstArray(); in ReadUInt16()
112 if (xStream->readBytes(aSequence, 4) != 4) in ReadUInt32()
115 pSequence = aSequence.getConstArray(); in ReadUInt32()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/xpathlib/
H A Dextension.cxx46 void SAL_CALL CLibxml2XFormsExtension::initialize(const Sequence< Any >& aSequence) in initialize() argument
48 if (aSequence.getLength() == 2 in initialize()
49 && (aSequence[0] >>= m_aModel) in initialize()
50 && (aSequence[1] >>= m_aContextNode)) in initialize()
56 for (const Any& rArg : aSequence) in initialize()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/Common/ImportExport/
H A DImportExport.cpp61 return aSequence; in Handle()
75 aSequence->Append(aShape); in Handle()
87 return aSequence; in Handle()
99 if(aSequence->IsEmpty()) in ReadBREP()
102 for(int i=1;i<= aSequence->Length();i++){ in ReadBREP()
140 aSequence->Append(aShape); in Handle()
148 return aSequence; in Handle()
286 return aSequence; in Handle()
377 if (!aSequence.IsNull()) { in ReadSTEP()
378 for(int i=1;i<= aSequence->Length();i++) in ReadSTEP()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Interface/src/
H A DTranslate.cxx275 if ( aSequence.IsNull() ) in Handle()
277 aSequence->Append( shape ); in Handle()
280 return aSequence; in Handle()
380 Handle(TopTools_HSequenceOfShape) aSequence; in Handle() local
388 aSequence->Append( aShape ); in Handle()
390 return aSequence; in Handle()
406 aSequence->Append( aShape ); in Handle()
408 return aSequence; in Handle()
419 return aSequence; in Handle()
439 aSequence->Append( shape ); in Handle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DAccessibleTextHandler.java795 aSequence[0] = new PropertyValue(); in action()
796 aSequence[0].Name = "CharWeight"; in action()
798 aSequence[1] = new PropertyValue(); in action()
799 aSequence[1].Name = "CharUnderline"; in action()
801 aSequence[2] = new PropertyValue(); in action()
804 aSequence[3] = new PropertyValue(); in action()
805 aSequence[3].Name = "CharColor"; in action()
807 aSequence[4] = new PropertyValue(); in action()
808 aSequence[4].Name = "CharPosture"; in action()
810 aSequence[5] = new PropertyValue(); in action()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DAccessibleTextHandler.java795 aSequence[0] = new PropertyValue(); in action()
796 aSequence[0].Name = "CharWeight"; in action()
798 aSequence[1] = new PropertyValue(); in action()
799 aSequence[1].Name = "CharUnderline"; in action()
801 aSequence[2] = new PropertyValue(); in action()
804 aSequence[3] = new PropertyValue(); in action()
805 aSequence[3].Name = "CharColor"; in action()
807 aSequence[4] = new PropertyValue(); in action()
808 aSequence[4].Name = "CharPosture"; in action()
810 aSequence[5] = new PropertyValue(); in action()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/xforms/
H A DXFormsInstanceContext.cxx111 Sequence<PropertyValue> aSequence( 3 ); in endFastElement() local
112 PropertyValue* pSequence = aSequence.getArray(); in endFastElement()
120 mxModel->getInstances()->insert( makeAny( aSequence ) ); in endFastElement()
125 Sequence<PropertyValue> aSequence( 3 ); in endUnknownElement() local
126 PropertyValue* pSequence = aSequence.getArray(); in endUnknownElement()
134 mxModel->getInstances()->insert( makeAny( aSequence ) ); in endUnknownElement()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/
H A DFileList.cpp43 void FileList::ToSequence(Sequence<RefPtr<File>>& aSequence, in ToSequence() argument
45 MOZ_ASSERT(aSequence.IsEmpty()); in ToSequence()
50 if (!aSequence.SetLength(mFiles.Length(), mozilla::fallible_t())) { in ToSequence()
56 aSequence[i] = mFiles[i]; in ToSequence()
/dports/www/firefox-esr/firefox-91.8.0/dom/file/
H A DFileList.cpp77 void FileList::ToSequence(Sequence<RefPtr<File>>& aSequence, in ToSequence() argument
79 MOZ_ASSERT(aSequence.IsEmpty()); in ToSequence()
84 if (!aSequence.SetLength(mFiles.Length(), mozilla::fallible_t())) { in ToSequence()
90 aSequence[i] = mFiles[i]; in ToSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/helper/
H A Dtransferable.cxx72 uno::Sequence<sal_Int8> aSequence; in getTextSelection() local
73 aAny >>= aSequence; in getTextSelection()
74 aRet = OString(reinterpret_cast<char*>(aSequence.getArray()), aSequence.getLength()); in getTextSelection()
/dports/www/firefox/firefox-99.0/dom/file/
H A DFileList.cpp77 void FileList::ToSequence(Sequence<RefPtr<File>>& aSequence, in ToSequence() argument
79 MOZ_ASSERT(aSequence.IsEmpty()); in ToSequence()
84 if (!aSequence.SetLength(mFiles.Length(), mozilla::fallible_t())) { in ToSequence()
90 aSequence[i] = mFiles[i]; in ToSequence()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/
H A DFileList.cpp77 void FileList::ToSequence(Sequence<RefPtr<File>>& aSequence, in ToSequence() argument
79 MOZ_ASSERT(aSequence.IsEmpty()); in ToSequence()
84 if (!aSequence.SetLength(mFiles.Length(), mozilla::fallible_t())) { in ToSequence()
90 aSequence[i] = mFiles[i]; in ToSequence()

12345678910>>...16