Home
last modified time | relevance | path

Searched refs:aPropName (Results 1 – 25 of 88) sorted by last modified time

1234

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3506 … rtl::OUString aPropName( RTL_CONSTASCII_USTRINGPARAM( "UIName" )); in getUIConfigurationManager() local
3508 xPropSet->setPropertyValue( aPropName, aAny ); in getUIConfigurationManager()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx764 String aPropName( RTL_CONSTASCII_USTRINGPARAM( "EndShape" ) ); in SolveSolver() local
766 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
767 aPropName = String( RTL_CONSTASCII_USTRINGPARAM( "EndGluePointIndex" ) ); in SolveSolver()
769 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
773 String aPropName( RTL_CONSTASCII_USTRINGPARAM( "StartShape" ) ); in SolveSolver() local
775 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
776 aPropName = String( RTL_CONSTASCII_USTRINGPARAM( "StartGluePointIndex" ) ); in SolveSolver()
778 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx1764 rtl::OUString aPropName = aProp[i].Name; in FillMenu() local
1765 … if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_COMMANDURL, LEN_DESCRIPTOR_COMMANDURL )) in FillMenu()
1767 … else if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_HELPURL, LEN_DESCRIPTOR_HELPURL )) in FillMenu()
1769 … else if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_CONTAINER, LEN_DESCRIPTOR_CONTAINER )) in FillMenu()
1771 else if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_LABEL, LEN_DESCRIPTOR_LABEL )) in FillMenu()
1773 else if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_TYPE, LEN_DESCRIPTOR_TYPE )) in FillMenu()
1775 …else if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_MODULEIDENTIFIER, LEN_DESCRIPTOR_MODULEIDENTIFIE… in FillMenu()
1777 …else if ( aPropName.equalsAsciiL( ITEM_DESCRIPTOR_DISPATCHPROVIDER, LEN_DESCRIPTOR_DISPATCHPROVIDE… in FillMenu()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1735 ::rtl::OUString aPropName(RTL_CONSTASCII_USTRINGPARAM("MediaType")); in WriteThroughComponent()
1739 xStreamProp->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx1476 OUString aPropName(RTL_CONSTASCII_USTRINGPARAM(sRedlineProtectionKey)); in StartElement() local
1480 xPropSetInfo->hasPropertyByName( aPropName ) ) in StartElement()
1485 rPropSet->setPropertyValue( aPropName, makeAny( aKey ) ); in StartElement()
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()
H A DOasis2OOo.cxx1573 OUString aPropName(RTL_CONSTASCII_USTRINGPARAM(sRedlineProtectionKey)); in EndElement() local
1577 xPropSetInfo->hasPropertyByName( aPropName ) ) in EndElement()
1581 rPropSet->setPropertyValue( aPropName, makeAny( aKey ) ); in EndElement()
1634 OUString aPropName(RTL_CONSTASCII_USTRINGPARAM(sRedlineProtectionKey)); in StartElement() local
1638 xPropSetInfo->hasPropertyByName( aPropName ) ) in StartElement()
1640 Any aAny = rPropSet->getPropertyValue( aPropName); in StartElement()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx433 … String aPropName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("MediaType") ) ); in _Write() local
437 xSet->setPropertyValue( aPropName, aAny2 ); in _Write()
549 String aPropName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("MediaType") ) ); in WriteThroughComponent() local
553 xSet->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx345 String aPropName( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("MediaType") ) ); in WriteThroughComponent() local
351 xSet->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
355 aPropName = String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM("Compressed") ); in WriteThroughComponent()
358 xSet->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java95 String aPropName, in GetValueToUse() argument
106 if (aPropName.equals( aProps[i].Name )) in GetValueToUse()
121 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
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()
H A DSampleSpellChecker.java97 String aPropName, in GetValueToUse() argument
108 if (aPropName.equals( aProps[i].Name )) in GetValueToUse()
123 Object aObj = xPropSet.getPropertyValue( aPropName ); in GetValueToUse()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java901 …id SetControlPropInDialog( XDialog xDialog, String aControlName, String aPropName, Object aPropVal… in SetControlPropInDialog() argument
903 if ( xDialog != null && aControlName != null && aPropName != null && aPropValue != null ) in SetControlPropInDialog()
909 xPropSet.setPropertyValue( aPropName, aPropValue ); in SetControlPropInDialog()
/trunk/main/cui/source/options/
H A Doptlingu.cxx1396 String aPropName( lcl_GetPropertyName( (EID_OPTIONS) aData.GetEntryId() ) ); in FillItemSet() local
1411 xProp->setPropertyValue( aPropName, aAny ); in FillItemSet()
1412 aLngCfg.SetProperty( aPropName, aAny ); in FillItemSet()
H A Doptgdlg.cxx1531 OUString aPropName( C2U("DefaultLocale") ); in FillItemSet() local
1532 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1534 xLinguProp->setPropertyValue( aPropName, aValue ); in FillItemSet()
1552 OUString aPropName( C2U("DefaultLocale_CJK") ); in FillItemSet() local
1553 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1555 xLinguProp->setPropertyValue( aPropName, aValue ); in FillItemSet()
1573 OUString aPropName( C2U("DefaultLocale_CTL") ); in FillItemSet() local
1574 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1576 xLinguProp->setPropertyValue( aPropName, aValue ); in FillItemSet()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx200 const OUString aPropName( in lcl_insertErrorBarLSequencesToMap() local
204 if( ( xSeriesProp->getPropertyValue( aPropName ) >>= xErrorBarSource ) && in lcl_insertErrorBarLSequencesToMap()
H A DSchXMLTools.cxx536 OUString aPropName = rMapper->GetEntryAPIName( nIdx ); in getPropertyFromContext() local
537 if(rPropertyName.equals(aPropName)) in getPropertyFromContext()
H A DSchXMLPlotAreaContext.cxx370 … ::rtl::OUString aPropName( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StartingAngle")) ); in StartElement()
371 …uno::Any aAStartingAngle( SchXMLTools::getPropertyFromContext( aPropName, pPropStyleContext, pStyl… in StartElement()
373 … xProp->setPropertyValue( aPropName, uno::makeAny(sal_Int32(0)) ) ; in StartElement()
H A DSchXMLAxisContext.cxx172 rtl::OUString aPropName; in getTitleShape() local
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()
217 aPropName = OUString::createFromAscii("HasYAxisGrid"); in CreateGrid()
231 xDiaProp->setPropertyValue( aPropName, uno::makeAny(sal_True) ); in CreateGrid()
412 rtl::OUString aPropName; in CreateAxis() local
417 aPropName = OUString::createFromAscii("HasXAxis"); in CreateAxis()
423 aPropName = OUString::createFromAscii("HasYAxis"); in CreateAxis()
[all …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx835 AnyEdit( Widget *pWidget, rtl::OUString aPropName, in AnyEdit()
957 AnyInteger( Widget *pWidget, rtl::OUString aPropName, 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()
1043 AnyListBox( Widget *pWidget, rtl::OUString aPropName, in AnyListBox()
1067 AnyAlign( Widget *pWidget, rtl::OUString aPropName, in AnyAlign()
1069 : AnyListBox( pWidget, aPropName, aPropKind, pWinParent ) in AnyAlign()
1083 AnyComboBox( Widget *pWidget, rtl::OUString aPropName, in AnyComboBox()
1107 AnyFontStyle( Widget *pWidget, rtl::OUString aPropName, in AnyFontStyle()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DGraphicBulletFromFile.java154 final String aPropName = proValues2[i].Name; in testGraphicBulletFromFile() local
155 if( aPropName.equals( "GraphicURL")) in testGraphicBulletFromFile()
157 else if( aPropName.equals( "NumberingType")) in testGraphicBulletFromFile()
/trunk/main/xmloff/source/meta/
H A Dxmlmetai.cxx311 const OUString aPropName(RTL_CONSTASCII_USTRINGPARAM("BuildId")); in setBuildId() local
314 if( xSetInfo.is() && xSetInfo->hasPropertyByName( aPropName ) ) in setBuildId()
315 xImportInfo->setPropertyValue( aPropName, uno::makeAny( sBuildId ) ); in setBuildId()
/trunk/main/xmloff/source/draw/
H A Dximppage.cxx471 OUString aPropName(RTL_CONSTASCII_USTRINGPARAM("Layout")); in SetLayout() local
473 if( xInfo.is() && xInfo->hasPropertyByName( aPropName ) ) in SetLayout()
474 xPropSet->setPropertyValue(aPropName, uno::makeAny( (sal_Int16)nType ) ); in SetLayout()
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/xmloff/source/core/
H A Dxmlimp.cxx1988 const OUString aPropName(RTL_CONSTASCII_USTRINGPARAM("BuildId")); in getBuildIds() local
1990 if( xSetInfo.is() && xSetInfo->hasPropertyByName( aPropName ) ) in getBuildIds()
1993 mxImportInfo->getPropertyValue( aPropName ) >>= aBuildId; in getBuildIds()

Completed in 265 milliseconds

1234