Home
last modified time | relevance | path

Searched refs:aPropertyValues (Results 1 – 25 of 79) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbalisthelper.cxx136 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateBulletListTemplate() local
194 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateNumberListTemplate() local
307 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType1() local
383 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType2() local
402 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType3() local
451 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType4() local
533 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType5() local
553 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType6() local
633 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType7() local
646 uno::Sequence< beans::PropertyValue > aPropertyValues; in getPropertyValueWithNameAndLevel() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbalisthelper.cxx137 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateBulletListTemplate() local
195 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateNumberListTemplate() local
308 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType1() local
384 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType2() local
403 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType3() local
452 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType4() local
534 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType5() local
554 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType6() local
634 uno::Sequence< beans::PropertyValue > aPropertyValues; in CreateOutlineNumberForType7() local
647 uno::Sequence< beans::PropertyValue > aPropertyValues; in getPropertyValueWithNameAndLevel() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java36 private final ArrayList<PropertyValue> aPropertyValues; field in FieldDescription
43 aPropertyValues = new ArrayList<PropertyValue>(); in FieldDescription()
60 aPropertyValues = new ArrayList<PropertyValue>(); in FieldDescription()
62 aPropertyValues.add(Properties.createProperty(PropertyNames.PROPERTY_NAME, _fieldname)); in FieldDescription()
63 aPropertyValues.add(Properties.createProperty("Type", Type)); in FieldDescription()
68 for (int i = 0; i < aPropertyValues.size(); i++) in setName()
70 PropertyValue aPropertyValue = aPropertyValues.get(i); in setName()
74 aPropertyValues.set(i, aPropertyValue); in setName()
144 if (aPropertyValues != null) in getPropertyValues()
146 PropertyValue[] aProperties = new PropertyValue[aPropertyValues.size()]; in getPropertyValues()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java36 private final ArrayList<PropertyValue> aPropertyValues; field in FieldDescription
43 aPropertyValues = new ArrayList<PropertyValue>(); in FieldDescription()
60 aPropertyValues = new ArrayList<PropertyValue>(); in FieldDescription()
62 aPropertyValues.add(Properties.createProperty(PropertyNames.PROPERTY_NAME, _fieldname)); in FieldDescription()
63 aPropertyValues.add(Properties.createProperty("Type", Type)); in FieldDescription()
68 for (int i = 0; i < aPropertyValues.size(); i++) in setName()
70 PropertyValue aPropertyValue = aPropertyValues.get(i); in setName()
74 aPropertyValues.set(i, aPropertyValue); in setName()
144 if (aPropertyValues != null) in getPropertyValues()
146 PropertyValue[] aProperties = new PropertyValue[aPropertyValues.size()]; in getPropertyValues()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/basic_coverage/
H A Dtest_redim_objects.vb20 Dim aPropertyValues(1) As New com.sun.star.beans.PropertyValue
21 If (UBound(aPropertyValues) <> 1) Then Exit Function
22 ReDim aPropertyValues(5) As com.sun.star.beans.PropertyValue
23 If (UBound(aPropertyValues) <> 5) Then Exit Function
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/vba_tests/
H A Dredim_objects.vb28 Dim aPropertyValues(1) As New com.sun.star.beans.PropertyValue
29 TestUtil.AssertEqual(UBound(aPropertyValues), 1, "UBound(aPropertyValues)")
30 ReDim aPropertyValues(5) As com.sun.star.beans.PropertyValue
31 TestUtil.AssertEqual(UBound(aPropertyValues), 5, "UBound(aPropertyValues)")
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/qa/cppunit/
H A Dtest_classification.cxx78 uno::Sequence<beans::PropertyValue> aPropertyValues(comphelper::InitPropertySequence( in testClassification() local
83 dispatchCommand(mxComponent, ".uno:ClassificationApply", aPropertyValues); in testClassification()
92 aPropertyValues = comphelper::InitPropertySequence( in testClassification()
97 dispatchCommand(mxComponent, ".uno:ClassificationApply", aPropertyValues); in testClassification()
101 aPropertyValues = comphelper::InitPropertySequence( in testClassification()
106 dispatchCommand(mxComponent, ".uno:ClassificationApply", aPropertyValues); in testClassification()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/qa/cppunit/
H A Dtest_classification.cxx80 uno::Sequence<beans::PropertyValue> aPropertyValues(comphelper::InitPropertySequence( in testClassification() local
85 dispatchCommand(mxComponent, ".uno:ClassificationApply", aPropertyValues); in testClassification()
94 aPropertyValues = comphelper::InitPropertySequence( in testClassification()
99 dispatchCommand(mxComponent, ".uno:ClassificationApply", aPropertyValues); in testClassification()
103 aPropertyValues = comphelper::InitPropertySequence( in testClassification()
108 dispatchCommand(mxComponent, ".uno:ClassificationApply", aPropertyValues); in testClassification()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Inspector/
H A DTDocSupplier.java151 PropertyValue[] aPropertyValues = new PropertyValue[1]; in openEmptyDocument() local
152 aPropertyValues[0] = new PropertyValue(); in openEmptyDocument()
153 aPropertyValues[0].Name = "Hidden"; in openEmptyDocument()
154 aPropertyValues[0].Value = Boolean.TRUE; in openEmptyDocument()
157 return xCL.loadComponentFromURL(_sUrl, "_default", 0, aPropertyValues); in openEmptyDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Inspector/
H A DTDocSupplier.java151 PropertyValue[] aPropertyValues = new PropertyValue[1]; in openEmptyDocument() local
152 aPropertyValues[0] = new PropertyValue(); in openEmptyDocument()
153 aPropertyValues[0].Name = "Hidden"; in openEmptyDocument()
154 aPropertyValues[0].Value = Boolean.TRUE; in openEmptyDocument()
157 return xCL.loadComponentFromURL(_sUrl, "_default", 0, aPropertyValues); in openEmptyDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/GUI/
H A DDialogDocument.java127 PropertyValue[] aPropertyValues = new PropertyValue[2]; in showDocumentinDialogWindow() local
131 aPropertyValues[0] = aPropertyValue; in showDocumentinDialogWindow()
135 aPropertyValues[1] = aPropertyValue; in showDocumentinDialogWindow()
136 xComponentLoader.loadComponentFromURL(_sUrl, "_self", 0, aPropertyValues); in showDocumentinDialogWindow()
H A DImageControlSample.java154 PropertyValue[] aPropertyValues = new PropertyValue[1]; in getGraphic() local
158 aPropertyValues[0] = aPropertyValue; in getGraphic()
159 xGraphic = xGraphicProvider.queryGraphic(aPropertyValues); in getGraphic()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/GUI/
H A DDialogDocument.java127 PropertyValue[] aPropertyValues = new PropertyValue[2]; in showDocumentinDialogWindow() local
131 aPropertyValues[0] = aPropertyValue; in showDocumentinDialogWindow()
135 aPropertyValues[1] = aPropertyValue; in showDocumentinDialogWindow()
136 xComponentLoader.loadComponentFromURL(_sUrl, "_self", 0, aPropertyValues); in showDocumentinDialogWindow()
H A DImageControlSample.java154 PropertyValue[] aPropertyValues = new PropertyValue[1]; in getGraphic() local
158 aPropertyValues[0] = aPropertyValue; in getGraphic()
159 xGraphic = xGraphicProvider.queryGraphic(aPropertyValues); in getGraphic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunosett.cxx1312 std::vector<PropertyValue> aPropertyValues; in GetPropertiesForNumFormat() local
1313 aPropertyValues.reserve(32); in GetPropertiesForNumFormat()
1319 aPropertyValues.push_back(comphelper::makePropertyValue("Adjust", nINT16)); in GetPropertiesForNumFormat()
1323 aPropertyValues.push_back(comphelper::makePropertyValue("ParentNumbering", nINT16)); in GetPropertiesForNumFormat()
1327 aPropertyValues.push_back(comphelper::makePropertyValue("Prefix", aUString)); in GetPropertiesForNumFormat()
1331 aPropertyValues.push_back(comphelper::makePropertyValue("Suffix", aUString)); in GetPropertiesForNumFormat()
1342 aPropertyValues.push_back(comphelper::makePropertyValue("CharStyleName", aUString)); in GetPropertiesForNumFormat()
1346 aPropertyValues.push_back(comphelper::makePropertyValue("StartWith", nINT16)); in GetPropertiesForNumFormat()
1404 aPropertyValues.push_back(comphelper::makePropertyValue("NumberingType", nINT16)); in GetPropertiesForNumFormat()
1456 aPropertyValues.emplace_back( in GetPropertiesForNumFormat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunosett.cxx1324 std::vector<PropertyValue> aPropertyValues; in GetPropertiesForNumFormat() local
1325 aPropertyValues.reserve(32); in GetPropertiesForNumFormat()
1331 aPropertyValues.push_back(comphelper::makePropertyValue("Adjust", nINT16)); in GetPropertiesForNumFormat()
1335 aPropertyValues.push_back(comphelper::makePropertyValue("ParentNumbering", nINT16)); in GetPropertiesForNumFormat()
1339 aPropertyValues.push_back(comphelper::makePropertyValue("Prefix", aUString)); in GetPropertiesForNumFormat()
1343 aPropertyValues.push_back(comphelper::makePropertyValue("Suffix", aUString)); in GetPropertiesForNumFormat()
1354 aPropertyValues.push_back(comphelper::makePropertyValue("CharStyleName", aUString)); in GetPropertiesForNumFormat()
1358 aPropertyValues.push_back(comphelper::makePropertyValue("StartWith", nINT16)); in GetPropertiesForNumFormat()
1416 aPropertyValues.push_back(comphelper::makePropertyValue("NumberingType", nINT16)); in GetPropertiesForNumFormat()
1466 aPropertyValues.emplace_back( in GetPropertiesForNumFormat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dscshapetest.cxx310 uno::Sequence<beans::PropertyValue> aPropertyValues = { in testTdf143619_validation_circle_pos() local
313 dispatchCommand(xComponent, ".uno:GoToCell", aPropertyValues); in testTdf143619_validation_circle_pos()
315 dispatchCommand(xComponent, ".uno:GoToCell", aPropertyValues); in testTdf143619_validation_circle_pos()
392 uno::Sequence<beans::PropertyValue> aPropertyValues = { in testTdf134355_DragCreateCustomShape() local
807 uno::Sequence<beans::PropertyValue> aPropertyValues = { in testTdf137576_LogicRectInDefaultMeasureline() local
810 dispatchCommand(xComponent, ".uno:GoToCell", aPropertyValues); in testTdf137576_LogicRectInDefaultMeasureline()
935 uno::Sequence<beans::PropertyValue> aPropertyValues = { in testHideColsShow() local
938 dispatchCommand(xComponent, ".uno:GoToCell", aPropertyValues); in testHideColsShow()
947 aPropertyValues = { in testHideColsShow()
981 uno::Sequence<beans::PropertyValue> aPropertyValues = { in testTdf138138_MoveCellWithRotatedShape() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dnamedvaluecollection.cxx120 Sequence< PropertyValue > aPropertyValues; in impl_assign() local
126 else if ( i_rWrappedElements >>= aPropertyValues ) in impl_assign()
127 impl_assign( aPropertyValues ); in impl_assign()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dialog/
H A Dwatermarkdialog.cxx89 css::uno::Sequence<css::beans::PropertyValue> aPropertyValues( comphelper::InitPropertySequence( in IMPL_LINK_NOARG() local
97 comphelper::dispatchCommand( ".uno:Watermark", aPropertyValues ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx193 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aPropNames ); in getInfo() local
195 if( aPropertyValues.getLength() != aNodeCount ) in getInfo()
211 aPropertyValues[aNodeInd] >>= aEPasswd; in getInfo()
243 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in useStorage() local
245 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in useStorage()
252 aPropertyValues[0] >>= aResult; in useStorage()
270 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in getEncodedMP() local
272 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getEncodedMP()
278 aPropertyValues[0] >>= hasEncoded; in getEncodedMP()
279 aPropertyValues[1] >>= mEncoded; in getEncodedMP()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx191 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aPropNames ); in getInfo() local
193 if( aPropertyValues.getLength() != aNodeCount ) in getInfo()
209 aPropertyValues[aNodeInd] >>= aEPasswd; in getInfo()
248 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in useStorage() local
250 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in useStorage()
257 aPropertyValues[0] >>= aResult; in useStorage()
275 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in getEncodedMP() local
277 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getEncodedMP()
283 aPropertyValues[0] >>= hasEncoded; in getEncodedMP()
284 aPropertyValues[1] >>= mEncoded; in getEncodedMP()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/tiledrendering/
H A Dtiledrendering.cxx613 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in lcl_search()
676 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in testSearchViewArea()
691 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in testSearchTextFrame()
706 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in testSearchTextFrameWrapAround()
708 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in testSearchTextFrameWrapAround()
741 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in testSearchAll()
761 comphelper::dispatchCommand(".uno:ExecuteSearch", aPropertyValues); in testSearchAllNotifications()
777 pXTextDocument->initializeForTiledRendering(aPropertyValues); in testPageDownInvalidation()
1392 comphelper::dispatchCommand(".uno:Undo", aPropertyValues); in testUndoRepairDispatch()
2994 pXTextDocument->initializeForTiledRendering(aPropertyValues); in testSpellOnlineRenderParameter()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dialog/
H A Dwatermarkdialog.cxx105 css::uno::Sequence<css::beans::PropertyValue> aPropertyValues( comphelper::InitPropertySequence( in IMPL_LINK_NOARG() local
113 comphelper::dispatchCommand( ".uno:Watermark", aPropertyValues ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A Dpropertybaghelper.cxx277 Sequence< PropertyValue > aPropertyValues( aValues.getLength() ); in getPropertyValues() local
278 PropertyValue* pPropertyValue = aPropertyValues.getArray(); in getPropertyValues()
289 return aPropertyValues; in getPropertyValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A Dpropertybaghelper.cxx278 Sequence< PropertyValue > aPropertyValues( aValues.getLength() ); in getPropertyValues() local
279 PropertyValue* pPropertyValue = aPropertyValues.getArray(); in getPropertyValues()
290 return aPropertyValues; in getPropertyValues()

1234