Home
last modified time | relevance | path

Searched refs:aPropVal (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx862 com::sun::star::beans::PropertyValue aPropVal; in ProcessObj() local
863 aPropVal.Name = sTextRotateAngle; in ProcessObj()
864 aPropVal.Value <<= fExtraTextRotation; in ProcessObj()
865 aGeometryItem.SetPropertyValue( aPropVal ); in ProcessObj()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx471 PropertyValue aPropVal; in SetMirroredX() local
472 aPropVal.Name = sMirroredX; in SetMirroredX()
482 PropertyValue aPropVal; in SetMirroredY() local
483 aPropVal.Name = sMirroredY; in SetMirroredY()
660 PropertyValue aPropVal; in MergeDefaultAttributes() local
672 aPropVal.Name = sType; in MergeDefaultAttributes()
741 aPropVal.Name = sViewBox; in MergeDefaultAttributes()
912 aPropVal.Name = sSegments; in MergeDefaultAttributes()
1143 aPropVal.Name = sHandles; in MergeDefaultAttributes()
1154 PropertyValue aPropVal; in IsDefaultGeometry() local
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4696 PropertyValue aPropVal; in ImportShape() local
4697 aPropVal.Name = sAdjustmentValues; in ImportShape()
4698 aPropVal.Value <<= seqAdjustmentValues; in ImportShape()
4699 aGeometryItem.SetPropertyValue( aPropVal ); // storing the angle attribute in ImportShape()
4786 PropertyValue aPropVal; in ImportShape() local
4787 aPropVal.Name = sType; in ImportShape()
4788 aPropVal.Value <<= sName; in ImportShape()
4789 aGeoName.SetPropertyValue( aPropVal ); in ImportShape()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1447 beans::PropertyValue aPropVal; in impl_loadFromStorage_nolck_throw() local
1448 aPropVal.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Storage")); in impl_loadFromStorage_nolck_throw()
1449 aPropVal.Value <<= _xStorageToLoadFrom; in impl_loadFromStorage_nolck_throw()
1450 aDelegatorArguments[nPos] <<= aPropVal; in impl_loadFromStorage_nolck_throw()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx351 com::sun::star::beans::PropertyValue aPropVal; in GetGeometryForCustomShape() local
352 aPropVal.Name = sType; in GetGeometryForCustomShape()
353 aPropVal.Value <<= rCustomShape; in GetGeometryForCustomShape()
354 rGeometryItem.SetPropertyValue( aPropVal ); in GetGeometryForCustomShape()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1234 ::css::beans::PropertyValue aPropVal; in retrieveRunAttributesImpl()
1235 aPropVal.Name = in retrieveRunAttributesImpl()
1237 aPropVal.Handle = -1; in retrieveRunAttributesImpl()
1238 aPropVal.Value = mapFontColor( pColor->GetColor() ); in retrieveRunAttributesImpl()
1239 aPropVal.State = ::css::beans::PropertyState_DIRECT_VALUE; in retrieveRunAttributesImpl()
1240 aRunAttrSeq[ aPropVal.Name ] = aPropVal; in retrieveRunAttributesImpl()
1244 ::css::beans::PropertyValue aPropVal; in retrieveRunAttributesImpl()
1245 aPropVal.Name = in retrieveRunAttributesImpl()
1247 aPropVal.Handle = -1; in retrieveRunAttributesImpl()
1249 aPropVal.State = ::css::beans::PropertyState_DIRECT_VALUE; in retrieveRunAttributesImpl()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1333 com::sun::star::beans::PropertyValue aPropVal; in SetHandleControllerPosition() local
1334 aPropVal.Name = sAdjustmentValues; in SetHandleControllerPosition()
1335 aPropVal.Value <<= seqAdjustmentValues; in SetHandleControllerPosition()
1336 aGeometryItem.SetPropertyValue( aPropVal ); in SetHandleControllerPosition()
1607 com::sun::star::beans::PropertyValue aPropVal; in CreateSubPath() local
1608 aPropVal.Name = sViewBox; in CreateSubPath()
1609 aPropVal.Value <<= aViewBox; in CreateSubPath()
1610 rGeometryItem.SetPropertyValue( aPropVal ); in CreateSubPath()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1219 Any aPropVal; in test_introsp() local
1270 aPropVal = xPropSet->getPropertyValue( aPropName ); in test_introsp()
1273 …OString aValStr = OUStringToOString( AnyToString( aPropVal, sal_False, xMgr ), RTL_TEXTENCODING_AS… in test_introsp()
1286 TypeClass eType = aPropVal.getValueType().getTypeClass(); in test_introsp()
1296 aPropVal >>= aStr; in test_introsp()
1305 aPropVal >>= d; in test_introsp()
1312 aPropVal >>= n; in test_introsp()
1319 aPropVal >>= n; in test_introsp()
1364 aPropVal = xPropSet->getPropertyValue( aPropName ); in test_introsp()
1367 OUString aStr = AnyToString( aPropVal, sal_False, xMgr ); in test_introsp()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx208 ::rtl::OUString aPropVal = rSource->getUserFieldValue( nInd ); in Copy()
209 rTarget->setUserFieldValue( nInd, aPropVal ); in Copy()
H A Dguisaveas.cxx1733 ::rtl::OUString aPropVal = i_xOldDocInfo->getUserFieldValue( nInd ); in SetDocInfoState()
1734 xDocInfoToFill->setUserFieldValue( nInd, aPropVal ); in SetDocInfoState()
/trunk/main/framework/source/uielement/
H A Dstatusbarmerger.cxx67 PropertyValue aPropVal; in lcl_ConvertSequenceToValues() local
70 aPropVal = rSequence[i]; in lcl_ConvertSequenceToValues()
71 if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_URL ) ) ) in lcl_ConvertSequenceToValues()
72 aPropVal.Value >>= rItem.aCommandURL; in lcl_ConvertSequenceToValues()
73 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_TITLE ) ) ) in lcl_ConvertSequenceToValues()
74 aPropVal.Value >>= rItem.aLabel; in lcl_ConvertSequenceToValues()
76 aPropVal.Value >>= rItem.aContext; in lcl_ConvertSequenceToValues()
78 aPropVal.Value >>= sAlignment; in lcl_ConvertSequenceToValues()
80 aPropVal.Value >>= bAutoSize; in lcl_ConvertSequenceToValues()
82 aPropVal.Value >>= bOwnerDraw; in lcl_ConvertSequenceToValues()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx340 Sequence<PropertyValue> aPropVal(2); in Select() local
341 PropertyValue* pPropertyVal = (PropertyValue*)aPropVal.getConstArray(); in Select()
348 SendDispatch(nId,aPropVal); in Select()
470 Sequence<PropertyValue> aPropVal(2); in PreNotify() local
471 PropertyValue* pPropertyVal = (PropertyValue*)aPropVal.getConstArray(); in PreNotify()
477 SendDispatch(TBC_BT_AUTOFILTER,aPropVal); in PreNotify()
496 Sequence<PropertyValue> aPropVal(1); variable
497 PropertyValue* pPropertyVal = (PropertyValue*)aPropVal.getConstArray();
502 SendDispatch(TBC_LB_SOURCE,aPropVal);
524 Sequence<PropertyValue> aPropVal(2); variable
[all …]

Completed in 227 milliseconds