Home
last modified time | relevance | path

Searched refs:aPropName (Results 1 – 25 of 88) sorted by relevance

1234

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx289 ::rtl::OUString aPropName = in FillSpecialItem()
294 uno::Any aValue( GetPropertySet()->getPropertyValue( aPropName )); in FillSpecialItem()
324 ::rtl::OUString aPropName = in FillSpecialItem()
330 uno::Any aValue( GetPropertySet()->getPropertyValue( aPropName ) ); in FillSpecialItem()
342 ::rtl::OUString aPropName = in FillSpecialItem()
348 aItem.PutValue( GetPropertySet()->getPropertyValue( aPropName ), MID_NAME ); in FillSpecialItem()
366 ::rtl::OUString aPropName = in FillSpecialItem()
372 aItem.PutValue( GetPropertySet()->getPropertyValue( aPropName ), MID_NAME ); in FillSpecialItem()
390 ::rtl::OUString aPropName = in FillSpecialItem()
396 aItem.PutValue( GetPropertySet()->getPropertyValue( aPropName ), MID_NAME ); in FillSpecialItem()
[all …]
H A DSeriesOptionsItemConverter.cxx227 rtl::OUString aPropName( C2U( "GapwidthSequence" ) ); in ApplySpecialItem() local
229 aPropName = C2U( "OverlapSequence" ); in ApplySpecialItem()
240 … if( xChartTypeProps->getPropertyValue( aPropName ) >>= m_aBarPositionSequence ) in ApplySpecialItem()
252 … xChartTypeProps->setPropertyValue( aPropName, uno::makeAny(m_aBarPositionSequence) ); in ApplySpecialItem()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx643 … ::rtl::OUString aPropName( ::rtl::OUString::createFromAscii( pLangDepProp->pPropName )); in ImplModelPropertiesChanged()
644 if ( xPSI.is() && xPSI->hasPropertyByName( aPropName ) ) in ImplModelPropertiesChanged()
647 … PropertyValue( aPropName, 0, xPS->getPropertyValue( aPropName ), PropertyState_DIRECT_VALUE ) ); in ImplModelPropertiesChanged()
1179 ::rtl::OUString aPropName = GetPropertyName( BASEPROPERTY_BORDER ); in createPeer()
1180 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer()
1182 aVal = xPSet->getPropertyValue( aPropName ); in createPeer()
1196 aPropName = GetPropertyName( BASEPROPERTY_DESKTOP_AS_PARENT ); in createPeer()
1197 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer()
1199 aVal = xPSet->getPropertyValue( aPropName ); in createPeer()
1206 aPropName = GetPropertyName( BASEPROPERTY_MOVEABLE ); in createPeer()
[all …]
H A Dunocontrolcontainer.cxx353 ::rtl::OUString aPropName(RTL_CONSTASCII_USTRINGPARAM( "Step" ) ); in implUpdateVisibility()
355 if ( xInfo->hasPropertyByName( aPropName ) ) in implUpdateVisibility()
357 uno::Any aVal = xPSet->getPropertyValue( aPropName ); in implUpdateVisibility()
788 ::rtl::OUString aPropName(RTL_CONSTASCII_USTRINGPARAM( "Step" ) ); in createPeer()
789 if ( xInfo->hasPropertyByName( aPropName ) ) in createPeer()
791 ::com::sun::star::uno::Any aVal = xPSet->getPropertyValue( aPropName ); in createPeer()
801 xPSet->addPropertyChangeListener( aPropName, xListener ); in createPeer()
/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx172 rtl::OUString aPropName; in getTitleShape() local
177 aPropName = OUString::createFromAscii( "HasXAxisTitle" ); in getTitleShape()
179 aPropName = OUString::createFromAscii( "HasSecondaryXAxisTitle" ); in getTitleShape()
183 aPropName = OUString::createFromAscii( "HasYAxisTitle" ); in getTitleShape()
185 aPropName = OUString::createFromAscii( "HasSecondaryYAxisTitle" ); in getTitleShape()
188 aPropName = OUString::createFromAscii( "HasZAxisTitle" ); in getTitleShape()
194 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in getTitleShape()
206 rtl::OUString aPropName; in CreateGrid() local
211 aPropName = OUString::createFromAscii("HasXAxisGrid"); in CreateGrid()
213 aPropName = OUString::createFromAscii("HasXAxisHelpGrid"); in CreateGrid()
[all …]
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx221 OUString aPropName( aNode ); in SetAvailableCfgServiceLists() local
222 aPropName += OUString::valueOf( (sal_Unicode) '/' ); in SetAvailableCfgServiceLists()
223 aPropName += pNodeNames[i]; in SetAvailableCfgServiceLists()
224 pNames[0] = aPropName; in SetAvailableCfgServiceLists()
666 OUString aPropName( aNode ); in Notify() local
667 aPropName += OUString::valueOf( (sal_Unicode) '/' ); in Notify()
668 aPropName += aKeyText; in Notify()
669 pNames[0] = aPropName; in Notify()
691 OUString aPropName( aNode ); in Notify() local
692 aPropName += OUString::valueOf( (sal_Unicode) '/' ); in Notify()
[all …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx758 AnyWidget( Widget *pWidget, rtl::OUString aPropName, Widget::PropertyKind aPropKind ) in AnyWidget()
759 : mpWidget( pWidget ), maPropName( aPropName ), maPropKind( aPropKind ) in AnyWidget()
835 AnyEdit( Widget *pWidget, rtl::OUString aPropName, in AnyEdit()
837 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::HBox( 0, false ), mpWinParent( pWinParent ) in AnyEdit()
957 AnyInteger( Widget *pWidget, rtl::OUString aPropName, in AnyInteger()
959 … : AnyWidget( pWidget, aPropName, aPropKind ), NumericField( pWinParent, WB_SPIN|WB_BORDER ) in AnyInteger()
986 AnyFloat( Widget *pWidget, rtl::OUString aPropName, in AnyFloat()
988 : AnyInteger( pWidget, aPropName, aPropKind, pWinParent ) in AnyFloat()
999 AnyCheckBox( Widget *pWidget, rtl::OUString aPropName, in AnyCheckBox()
1001 : AnyWidget( pWidget, aPropName, aPropKind ), layout::CheckBox( pWinParent ) in AnyCheckBox()
[all …]
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx178 const ::rtl::OUString& aPropName, in implCreatePureResourceId()
191 aPureIdStr += aPropName; in implCreatePureResourceId()
229 ::rtl::OUString aPropName = rProp.Name; in implHandleControlResourceProperties()
233 && isLanguageDependentProperty( aPropName ); in implHandleControlResourceProperties()
239 Any aPropAny = xPropertySet->getPropertyValue( aPropName ); in implHandleControlResourceProperties()
251 ( aDialogName, aCtrlName, aPropName, xStringResourceManager ); in implHandleControlResourceProperties()
267 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
284 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
315 ( aDialogName, aCtrlName, aPropName, xStringResourceManager ); in implHandleControlResourceProperties()
340 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx587 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( PROPERTY_DIRLIST ) ); in getDirList() local
608 setProperty( maRootContent, aPropName, aValue ); in getDirList()
614 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( PROPERTY_NEEDSUPDATE ) ); in needsUpdate() local
620 bHasProperty = getProperty( maRootContent, aPropName, aValue ); in needsUpdate()
647 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TITLE ) ); in setTitleForURL() local
648 xPropSet->setPropertyValue( aPropName, uno::makeAny( aTitle ) ); in setTitleForURL()
682 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TITLE ) ); in getTitleFromURL() local
683 Any aValue = aPropSet->getPropertyValue( aPropName ); in getTitleFromURL()
686 aPropName = OUString( RTL_CONSTASCII_USTRINGPARAM( "MIMEType" ) ); in getTitleFromURL()
687 aValue = aPropSet->getPropertyValue( aPropName ); in getTitleFromURL()
[all …]
H A Ddoctempl.cxx806 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TARGET_URL ) ); in GetTemplateTargetURLFromComponent() local
807 getTextProperty_Impl( aTemplate, aPropName, aResult ); in GetTemplateTargetURLFromComponent()
1281 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TARGET_URL ) ); in CopyFrom() local
1283 if( getTextProperty_Impl( aTemplCont, aPropName, aTemplName ) ) in CopyFrom()
2030 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TARGET_URL ) ); in GetTargetURL() local
2032 getTextProperty_Impl( aRegion, aPropName, maTargetURL ); in GetTargetURL()
2193 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TARGET_DIR_URL ) ); in GetTargetURL() local
2195 getTextProperty_Impl( aRegion, aPropName, maTargetURL ); in GetTargetURL()
2656 OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( TITLE ) ); in GetTitleFromURL() local
2657 Any aValue = aPropSet->getPropertyValue( aPropName ); in GetTitleFromURL()
/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx393 OUString aPropName; in export3DLamps() local
405 aPropName = aColorPropName; in export3DLamps()
406 aPropName += aIndexStr; in export3DLamps()
407 xPropSet->getPropertyValue( aPropName ) >>= aColTemp; in export3DLamps()
414 aPropName = aDirectionPropName; in export3DLamps()
415 aPropName += aIndexStr; in export3DLamps()
416 xPropSet->getPropertyValue(aPropName) >>= xLightDir; in export3DLamps()
423 aPropName = aLightOnPropName; in export3DLamps()
424 aPropName += aIndexStr; in export3DLamps()
425 xPropSet->getPropertyValue(aPropName) >>= bLightOnOff; in export3DLamps()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2292 ::rtl::OUString aPropName = rProp.Name; in implInspect()
2295 IntrospectionNameMap::iterator aIt = rPropNameMap.find( aPropName ); in implInspect()
2299 rPropNameMap[ aPropName ] = rPropCount; in implInspect()
2302 rLowerToExactNameMap[ toLower( aPropName ) ] = aPropName; in implInspect()
2308 ::rtl::OUStringToOString( aPropName, RTL_TEXTENCODING_ASCII_US ) + in implInspect()
2405 ::rtl::OUString aPropName = rProp.Name; in implInspect()
2408 IntrospectionNameMap::iterator aIt = rPropNameMap.find( aPropName ); in implInspect()
2421 rPropNameMap[ aPropName ] = rPropCount; in implInspect()
2424 rLowerToExactNameMap[ toLower( aPropName ) ] = aPropName; in implInspect()
2466 ::rtl::OUString aPropName; in implInspect()
[all …]
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx658 ::rtl::OUString aPropName; in setFastPropertyValue()
662 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, _nHandle)) in setFastPropertyValue()
666 m_xAggregateSet->setPropertyValue(aPropName, _rValue); in setFastPropertyValue()
675 ::rtl::OUString aPropName; in getFastPropertyValue()
678 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in getFastPropertyValue()
683 rValue = m_xAggregateSet->getPropertyValue(aPropName); in getFastPropertyValue()
700 ::rtl::OUString aPropName; in getFastPropertyValue()
704 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in getFastPropertyValue()
709 aValue = m_xAggregateSet->getPropertyValue(aPropName); in getFastPropertyValue()
917 ::rtl::OUString aPropName; in getPropertyState()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx258 String aPropName(rProp.Name); in FillImportParam() local
260 if (aPropName.EqualsAscii( SC_UNONAME_ISNATIVE )) in FillImportParam()
262 else if (aPropName.EqualsAscii( SC_UNONAME_DBNAME )) in FillImportParam()
267 else if (aPropName.EqualsAscii( SC_UNONAME_CONRES )) in FillImportParam()
272 else if (aPropName.EqualsAscii( SC_UNONAME_SRCOBJ )) in FillImportParam()
277 else if (aPropName.EqualsAscii( SC_UNONAME_SRCTYPE )) in FillImportParam()
391 String aPropName(rProp.Name); in FillSortParam() local
393 if (aPropName.EqualsAscii( SC_UNONAME_ORIENT )) in FillSortParam()
401 else if (aPropName.EqualsAscii( SC_UNONAME_ISSORTCOLUMNS )) in FillSortParam()
406 else if (aPropName.EqualsAscii( SC_UNONAME_CONTHDR )) in FillSortParam()
[all …]
H A Dfiltuno.cxx122 String aPropName(rProp.Name); in setPropertyValues() local
124 if ( aPropName.EqualsAscii( SC_UNONAME_FILENAME ) ) in setPropertyValues()
126 else if ( aPropName.EqualsAscii( SC_UNONAME_FILTERNAME ) ) in setPropertyValues()
128 else if ( aPropName.EqualsAscii( SC_UNONAME_FILTEROPTIONS ) ) in setPropertyValues()
130 else if ( aPropName.EqualsAscii( SC_UNONAME_INPUTSTREAM ) ) in setPropertyValues()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java97 String aPropName, in GetValueToUse() argument
108 if (aPropName.equals( aProps[i].Name )) in GetValueToUse()
123 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
136 String aPropName, in GetValueToUse() argument
147 if (aPropName.equals( aProps[i].Name )) in GetValueToUse()
162 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1236 OUString aPropName = aProp.Name; in test_introsp() local
1237 … OString aNameStr( aPropName.getStr(), aPropName.getLength(), RTL_TEXTENCODING_ASCII_US ); in test_introsp()
1270 aPropVal = xPropSet->getPropertyValue( aPropName ); in test_introsp()
1333 OUString aUpperUStr = aPropName.toAsciiUpperCase(); in test_introsp()
1335 if( aExactName != aPropName ) in test_introsp()
1338 aErrorStr += OUStringToOString( aPropName, RTL_TEXTENCODING_ASCII_US ); in test_introsp()
1358 xPropSet->setPropertyValue( aPropName, aNewVal ); in test_introsp()
1364 aPropVal = xPropSet->getPropertyValue( aPropName ); in test_introsp()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx956 OUString aPropName( pPropValue[ i ].Name ); in WriteParagraphNumbering() local
957 … DBG(printf ("pro name: %s\n", OUStringToOString( aPropName, RTL_TEXTENCODING_UTF8 ).getStr())); in WriteParagraphNumbering()
958 … if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "NumberingType" ) ) ) in WriteParagraphNumbering()
960 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Prefix" ) ) ) { in WriteParagraphNumbering()
963 … } else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Suffix" ) ) ) { in WriteParagraphNumbering()
968 … } else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BulletChar" ) ) ) in WriteParagraphNumbering()
973 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BulletFont" ) ) ) in WriteParagraphNumbering()
985 … } else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BulletRelSize" ) ) ) { in WriteParagraphNumbering()
987 … } else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "GraphicURL" ) ) ) { in WriteParagraphNumbering()
990 … } else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "GraphicSize" ) ) ) in WriteParagraphNumbering()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx876 OUString aPropName; in getColor() local
886 aPropName = C2U("BorderColor"); in getColor()
891 aPropName = C2U("Color"); in getColor()
898 aPropName = C2U("LineColor"); in getColor()
903 aPropName = C2U("FillColor"); in getColor()
930 xInfo->hasPropertyByName( aPropName )) in getColor()
932 xObjProp->getPropertyValue( aPropName ) >>= nResult; in getColor()
/trunk/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx102 ::rtl::OUString aPropName = rProp.Name; in setPropertyValues()
104 if ( aPropName.equalsAscii( SW_PROP_NAME_STR(UNO_NAME_FILTER_NAME) ) ) in setPropertyValues()
106 else if ( aPropName == ::rtl::OUString(FILTER_OPTIONS_NAME) ) in setPropertyValues()
108 else if ( aPropName.equalsAscii( "InputStream" ) ) in setPropertyValues()
/trunk/main/chart2/source/tools/
H A DStatisticsHelper.cxx321 const OUString aPropName( bYError ? C2U("ErrorBarY") : C2U("ErrorBarX")); in addErrorBars() local
322 if( !( xSeriesProp->getPropertyValue( aPropName ) >>= xErrorBar ) || in addErrorBars()
334 xSeriesProp->setPropertyValue( aPropName, uno::makeAny( xErrorBar )); in addErrorBars()
345 const OUString aPropName( bYError ? C2U("ErrorBarY") : C2U("ErrorBarX")); in getErrorBars() local
348 xSeriesProp->getPropertyValue( aPropName ) >>= xErrorBar; in getErrorBars()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx428 String aPropName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("MediaType") ) ); in PutBlockText() local
432 xSet->setPropertyValue( aPropName, aAny ); in PutBlockText()
576 String aPropName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("MediaType") ) ); in WriteInfo() local
580 xSet->setPropertyValue( aPropName, aAny ); in WriteInfo()
653 String aPropName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("MediaType") ) ); in SetMacroTable() local
657 xSet->setPropertyValue( aPropName, aAny ); in SetMacroTable()
/trunk/main/framework/source/uifactory/
H A Duicontrollerfactory.cxx108 rtl::OUString aPropName; in createInstanceWithArgumentsAndContext() local
118 aPropValue.Value >>= aPropName; in createInstanceWithArgumentsAndContext()
139 … rtl::OUString aValue = m_pConfigAccess->getValueFromCommandModule( ServiceSpecifier, aPropName ); in createInstanceWithArgumentsAndContext()
155 …UString aServiceName = m_pConfigAccess->getServiceFromCommandModule( ServiceSpecifier, aPropName ); in createInstanceWithArgumentsAndContext()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx99 ::rtl::OUString aPropName; in ViewAppletShape()
102 aPropName = ::rtl::OUString::createFromAscii( pPropCopyTable[i] ); in ViewAppletShape()
103 mxViewerPropSet->setPropertyValue( aPropName, in ViewAppletShape()
105 aPropName )); in ViewAppletShape()
/trunk/main/xmloff/source/transform/
H A DDocumentTContext.cxx125 OUString aPropName(RTL_CONSTASCII_USTRINGPARAM("Class")); in StartElement() local
126 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName( aPropName ) ) in StartElement()
128 Any aAny = rPropSet->getPropertyValue( aPropName ); in StartElement()

1234