Home
last modified time | relevance | path

Searched refs:aProp (Results 1 – 25 of 96) sorted by relevance

1234

/AOO41X/main/xmloff/source/draw/
H A Dximpcustomshape.cxx88 beans::PropertyValue aProp; in GetBool() local
89 aProp.Name = EASGet( eDestProp ); in GetBool()
90 aProp.Value <<= bAttrBool; in GetBool()
91 rDest.push_back( aProp ); in GetBool()
101 beans::PropertyValue aProp; in GetInt32() local
102 aProp.Name = EASGet( eDestProp ); in GetInt32()
103 aProp.Value <<= nAttrNumber; in GetInt32()
104 rDest.push_back( aProp ); in GetInt32()
114 beans::PropertyValue aProp; in GetDouble() local
115 aProp.Name = EASGet( eDestProp ); in GetDouble()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx741 PropertyValue aProp; in SolveSolver() local
742 aProp.Name = sGluePoints; in SolveSolver()
743 aProp.Value <<= aGluePoints; in SolveSolver()
744 aGeometryItem.SetPropertyValue( sPath, aProp ); in SolveSolver()
1594 PropertyValue aProp; in ApplyCustomShapeGeometryAttributes() local
1600 aProp.Name = sType; in ApplyCustomShapeGeometryAttributes()
1601 aProp.Value <<= EnhancedCustomShapeTypeNames::Get( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes()
1602 aPropVec.push_back( aProp ); in ApplyCustomShapeGeometryAttributes()
1642 aProp.Name = sViewBox; in ApplyCustomShapeGeometryAttributes()
1643 aProp.Value <<= aViewBox; in ApplyCustomShapeGeometryAttributes()
[all …]
/AOO41X/main/unotools/source/config/
H A Duseroptions.cxx777 css::beans::Property aProp; in IsTokenReadonly() local
784 aProp = xInfo->getPropertyByName(s_so); in IsTokenReadonly()
785 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
790 aProp = xInfo->getPropertyByName(s_sgivenname); in IsTokenReadonly()
791 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
796 aProp = xInfo->getPropertyByName(s_ssn); in IsTokenReadonly()
797 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
802 aProp = xInfo->getPropertyByName(s_sinitials); in IsTokenReadonly()
803 …bRet = ((aProp.Attributes & css::beans::PropertyAttribute::READONLY) == css::beans::PropertyAttrib… in IsTokenReadonly()
808 aProp = xInfo->getPropertyByName(s_sstreet); in IsTokenReadonly()
[all …]
/AOO41X/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx205 ::rtl::Reference<ContentProperties> aProp; in queryContent()
220 aProp = new ContentProperties(); in queryContent()
221aProp->m_sDocumentName = ::rtl::OStringToOUString(rtl::OString(lpszDocName),RTL_TEXTENCODING_ASCII… in queryContent()
222 aProp->m_sDocumentId = sDocId; in queryContent()
223aProp->m_sContentType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(ODMA_CONTENT_TYPE)); in queryContent()
224 append(aProp); in queryContent()
231 aProp = getContentPropertyWithTitle(sCanonicURL); in queryContent()
232 if(!aProp.is()) in queryContent()
233 aProp = getContentPropertyWithSavedAsName(sCanonicURL); in queryContent()
234 if(!aProp.is()) in queryContent()
[all …]
H A Dodma_content.cxx482 ::rtl::Reference<ContentProperties> aProp = m_aProps; in execute()
483 if(aProp->m_bIsFolder) in execute()
485 aProp = getContentProvider()->getContentPropertyWithTitle(aTransferInfo.NewTitle); in execute()
486 if(!aProp.is()) in execute()
487aProp = getContentProvider()->getContentPropertyWithSavedAsName(aTransferInfo.NewTitle); in execute()
488 sal_Bool bError = !aProp.is(); in execute()
535 aProp = new ContentProperties(); in execute()
536 aProp->m_sDocumentId = ::rtl::OString(lpszNewDocId); in execute()
537aProp->m_sContentType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(ODMA_CONTENT_TYPE)); in execute()
538 aProp->m_sSavedAsName = aTransferInfo.NewTitle; in execute()
[all …]
/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx293 ::com::sun::star::uno::Any aProp; in getProperty()
295 return aProp; in getProperty()
301 aProp <<= maImage.GetXGraphic(); in getProperty()
311aProp <<= ::toolkit::getCompatibleImageAlign( static_cast< Button* >( GetWindow() )->GetImageAlign… in getProperty()
323aProp <<= ::toolkit::translateImagePosition( static_cast< Button* >( GetWindow() )->GetImageAlign(… in getProperty()
329 aProp <<= VCLXWindow::getProperty( PropertyName ); in getProperty()
333 return aProp; in getProperty()
536 ::com::sun::star::uno::Any aProp; in getProperty()
544 aProp <<= (sal_Bool)( ( pButton->GetStyle() & WB_NOPOINTERFOCUS ) == 0 ); in getProperty()
548 aProp <<= (sal_Bool)( ( pButton->GetStyle() & WB_TOGGLE ) != 0 ); in getProperty()
[all …]
H A Dvclxwindow.cxx1967 ::com::sun::star::uno::Any aProp; in getProperty()
1983 aProp <<= Reference< XDevice >( pDevice ); in getProperty()
1988 aProp <<= mpImpl->mnContextWritingMode; in getProperty()
1992 aProp <<= mpImpl->mnWritingMode; in getProperty()
2007 aProp <<= nBehavior; in getProperty()
2012 aProp <<= (sal_Bool) GetWindow()->IsNativeWidgetEnabled(); in getProperty()
2016 aProp <<= (sal_Bool) GetWindow()->IsEnabled(); in getProperty()
2020 aProp <<= (sal_Bool) mpImpl->isEnableVisible(); in getProperty()
2024aProp <<= (sal_Bool) GetWindow()->GetSettings().GetStyleSettings().GetHighContrastMode(); in getProperty()
2032 aProp <<= aText; in getProperty()
[all …]
/AOO41X/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx339 beans::PropertyValue aProp; in createInstance() local
340 aProp.Name = rtl::OUString( in createInstance()
342 aProp.Value <<= in createInstance()
346 aArguments[ 0 ] <<= aProp; in createInstance()
417 beans::PropertyValue aProp; in createInstanceWithArguments() local
418 if ( Arguments[ n ] >>= aProp ) in createInstanceWithArguments()
420 if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
424 if ( aProp.Value >>= aPath ) in createInstanceWithArguments()
439 aProp.Value <<= aConfigPath; in createInstanceWithArguments()
442 aNewArgs[ n ] <<= aProp; in createInstanceWithArguments()
[all …]
/AOO41X/main/framework/source/uielement/
H A Dstatusbarmanager.cxx506 uno::Sequence< beans::PropertyValue > aProp; in FillStatusBar() local
516 if ( rItemContainer->getByIndex( n ) >>= aProp ) in FillStatusBar()
518 for ( int i = 0; i < aProp.getLength(); i++ ) in FillStatusBar()
520 if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in FillStatusBar()
522 aProp[i].Value >>= aCommandURL; in FillStatusBar()
524 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_HELPURL )) in FillStatusBar()
526 aProp[i].Value >>= aHelpURL; in FillStatusBar()
528 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE )) in FillStatusBar()
530 aProp[i].Value >>= nStyle; in FillStatusBar()
532 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_TYPE )) in FillStatusBar()
[all …]
H A Dtoolbarmanager.cxx1296 Sequence< PropertyValue > aProp; in FillToolbar() local
1309 if ( rItemContainer->getByIndex( n ) >>= aProp ) in FillToolbar()
1311 for ( int i = 0; i < aProp.getLength(); i++ ) in FillToolbar()
1313 … if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_COMMANDURL, ITEM_DESCRIPTOR_COMMANDURL_LEN )) in FillToolbar()
1315 aProp[i].Value >>= aCommandURL; in FillToolbar()
1351 … else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_HELPURL, ITEM_DESCRIPTOR_HELPURL_LEN )) in FillToolbar()
1352 aProp[i].Value >>= aHelpURL; in FillToolbar()
1353 … else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_TOOLTIP, ITEM_DESCRIPTOR_TOOLTIP_LEN )) in FillToolbar()
1354 aProp[i].Value >>= aTooltip; in FillToolbar()
1355 … else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_LABEL, ITEM_DESCRIPTOR_LABEL_LEN )) in FillToolbar()
[all …]
H A Dpopuptoolbarcontroller.cxx188 css::beans::PropertyValue aProp; in createPopupMenuController() local
190 aProp.Name = DECLARE_ASCII( "Frame" ); in createPopupMenuController()
191 aProp.Value <<= m_xFrame; in createPopupMenuController()
192 aArgs[0] <<= aProp; in createPopupMenuController()
194 aProp.Name = DECLARE_ASCII( "ModuleIdentifier" ); in createPopupMenuController()
195 aProp.Value <<= getModuleName(); in createPopupMenuController()
196 aArgs[1] <<= aProp; in createPopupMenuController()
H A Dmenubarmanager.cxx1752 Sequence< PropertyValue > aProp; in FillMenu() local
1765 if ( rItemContainer->getByIndex( n ) >>= aProp ) in FillMenu()
1767 for ( int i = 0; i < aProp.getLength(); i++ ) in FillMenu()
1769 rtl::OUString aPropName = aProp[i].Name; in FillMenu()
1771 aProp[i].Value >>= aCommandURL; in FillMenu()
1773 aProp[i].Value >>= aHelpURL; in FillMenu()
1775 aProp[i].Value >>= xIndexContainer; in FillMenu()
1777 aProp[i].Value >>= aLabel; in FillMenu()
1779 aProp[i].Value >>= nType; in FillMenu()
1781 aProp[i].Value >>= aModuleIdentifier; in FillMenu()
[all …]
/AOO41X/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx80 beans::PropertyValue aProp; in create() local
81 if( (rArgs[i] >>= aProp) ) in create()
83 if( aProp.Name.equalsAscii("Colors") ) in create()
85 aProp.Value >>= colorSequence; in create()
87 else if( aProp.Name.equalsAscii("Stops") ) in create()
89 aProp.Value >>= colorStops; in create()
91 else if( aProp.Name.equalsAscii("AspectRatio") ) in create()
93 aProp.Value >>= fAspectRatio; in create()
/AOO41X/main/sw/source/filter/xml/
H A Dxmltexte.cxx602 beans::PropertyValue& aProp = aProps[--i]; in _exportTextEmbedded() local
603 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_True ); in _exportTextEmbedded()
607 aProp.Value >>= aStr2; in _exportTextEmbedded()
608 rXMLExport.AddAttribute( XML_NAMESPACE_DRAW, aProp.Name, aStr2); in _exportTextEmbedded()
698 beans::PropertyValue& aProp = aProps[--i]; in _exportTextEmbedded() local
699 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_True ); in _exportTextEmbedded()
703 aProp.Value >>= aStr; in _exportTextEmbedded()
704 rXMLExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aProp.Name ); in _exportTextEmbedded()
724 beans::PropertyValue& aProp = aProps[--i]; in _exportTextEmbedded() local
725 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_False ); in _exportTextEmbedded()
[all …]
/AOO41X/main/extensions/source/propctrlr/
H A Deformshelper.cxx758 for ( PropertyBag::const_iterator aProp = aProperties.begin(); in firePropertyChanges() local
759 aProp != aProperties.end(); in firePropertyChanges()
760 ++aProp in firePropertyChanges()
763 if ( _rFilter.find( aProp->Name ) != _rFilter.end() ) in firePropertyChanges()
766 Any aOldValue( NULL, aProp->Type ); in firePropertyChanges()
767 if ( xOldInfo.is() && xOldInfo->hasPropertyByName( aProp->Name ) ) in firePropertyChanges()
768 aOldValue = _rxOldProps->getPropertyValue( aProp->Name ); in firePropertyChanges()
770 Any aNewValue( NULL, aProp->Type ); in firePropertyChanges()
771 if ( xNewInfo.is() && xNewInfo->hasPropertyByName( aProp->Name ) ) in firePropertyChanges()
772 aNewValue = _rxNewProps->getPropertyValue( aProp->Name ); in firePropertyChanges()
[all …]
/AOO41X/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx258 css::beans::PropertyValue aProp; in getAsConstAnyList() local
259 aProp.Name = pThis->first; in getAsConstAnyList()
260 aProp.Value = pThis->second; in getAsConstAnyList()
261 pDestination[i] = css::uno::makeAny(aProp); in getAsConstAnyList()
265 css::beans::NamedValue aProp; in getAsConstAnyList() local
266 aProp.Name = pThis->first; in getAsConstAnyList()
267 aProp.Value = pThis->second; in getAsConstAnyList()
268 pDestination[i] = css::uno::makeAny(aProp); in getAsConstAnyList()
/AOO41X/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java191 PropertyValue[] aProp = new PropertyValue[2]; in checkModuleAccelCfg() local
192 aProp[0] = new PropertyValue(); in checkModuleAccelCfg()
193 aProp[0].Name = "ModuleIdentifier"; in checkModuleAccelCfg()
194 aProp[0].Value = sModules[i]; in checkModuleAccelCfg()
195 aProp[1] = new PropertyValue(); in checkModuleAccelCfg()
196 aProp[1].Name = "Locale"; in checkModuleAccelCfg()
197 aProp[1].Value = "en-US"; in checkModuleAccelCfg()
200 xInit.initialize(aProp); // to fill cache in checkModuleAccelCfg()
638 PropertyValue aProp = new PropertyValue(); in LoadDocumentAcceleratorConfiguration() local
639 aProp.Name = "DocumentRoot"; in LoadDocumentAcceleratorConfiguration()
[all …]
/AOO41X/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx110 ::com::sun::star::beans::Property aProp; in getPropertyByName()
114 aProp.Name = rPropertyName; in getPropertyByName()
115 aProp.Handle = -1; in getPropertyByName()
116 aProp.Type = *GetPropertyType( nId ); in getPropertyByName()
117 aProp.Attributes = GetPropertyAttribs( nId ); in getPropertyByName()
120 return aProp; in getPropertyByName()
/AOO41X/main/migrationanalysis/src/driver_docs/sources/
H A DCommonPreparation.bas106 Dim aProp As DocumentProperty variable
113 Set aProp = var 'Safe as we know that a DocumentProperty is being passed in
121 RID_STR_COMMON_ATTRIBUTE_NAME & " - " & aProp.name & ", " & _
122 RID_STR_COMMON_ATTRIBUTE_TYPE & " - " & getCustomDocPropTypeAsString(aProp.Type) & ", " & _
123 RID_STR_COMMON_ATTRIBUTE_VALUE & " - " & aProp.value
125 myCustomDocumentProperties.item(aProp.name).Delete
/AOO41X/main/framework/qa/complex/framework/autosave/
H A DProtocol.java588 public synchronized void log( /*IN*/ com.sun.star.beans.NamedValue aProp ) in log() argument
591 impl_logProperty(sValue, aProp); in log()
597 public synchronized void log( /*IN*/ com.sun.star.beans.PropertyValue aProp ) in log() argument
600 impl_logProperty(sValue, aProp); in log()
818 /*IN*/ com.sun.star.beans.NamedValue aProp ) in impl_logProperty() argument
820 sOut.append("\""+aProp.Name+"\" = "); in impl_logProperty()
821 impl_logAny(sOut, aProp.Value); in impl_logProperty()
825 /*IN*/ com.sun.star.beans.PropertyValue aProp ) in impl_logProperty() argument
827 sOut.append("\""+aProp.Name+"\" = "); in impl_logProperty()
828 impl_logAny(sOut, aProp.Value); in impl_logProperty()
/AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java1500 Property aProp= props[j]; in test_registerProperty1() local
1501 if (aProp.Name.equals("PropChar") && aProp.Type.equals(new Type(char.class)) && in test_registerProperty1()
1502 aProp.Attributes == 0) in test_registerProperty1()
1504 else if (aProp.Name.equals("PropInt") && aProp.Type.equals(new Type(int.class)) && in test_registerProperty1()
1505 aProp.Attributes == 0) in test_registerProperty1()
1507 else if (aProp.Name.equals("PropString") && aProp.Type.equals(new Type(String.class)) && in test_registerProperty1()
1508 aProp.Attributes == 0) in test_registerProperty1()
1540 Property aProp= props[j]; in test_registerProperty2() local
1541 if (aProp.Name.equals("charA") && aProp.Type.equals(new Type(char.class)) && in test_registerProperty2()
1542 aProp.Attributes == 0) in test_registerProperty2()
[all …]
/AOO41X/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx131 NamedValue aProp; in doDispatch() local
134 aProp.Name = ::rtl::OUString::createFromAscii("ParentFrame"); in doDispatch()
135 aProp.Value <<= m_xParentFrame; in doDispatch()
136 lArgs[nArg++] <<= aProp; in doDispatch()
138 aProp.Name = ::rtl::OUString::createFromAscii("TopWindow"); in doDispatch()
139 aProp.Value <<= sal_True; in doDispatch()
140 lArgs[nArg++] <<= aProp; in doDispatch()
/AOO41X/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx152 Any aProp; in getProperty() local
156 aProp <<= m_xColumn; in getProperty()
160 aProp <<= pFieldControl->getConnection(); in getProperty()
163 aProp = VCLXWindow::getProperty(_rPropertyName); in getProperty()
164 return aProp; in getProperty()
/AOO41X/main/cui/source/customize/
H A Dcfg.cxx182 const uno::Sequence< beans::PropertyValue >& aProp ) in printProperties()
184 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in printProperties()
188 aProp[i].Value >>= tmp; in printProperties()
191 PRTSTR(prefix), PRTSTR(aProp[i].Name), PRTSTR(tmp)); in printProperties()
525 uno::Sequence< beans::PropertyValue > aProp; in GetMenuItemData() local
526 if ( rItemContainer->getByIndex( nIndex ) >>= aProp ) in GetMenuItemData()
528 for ( sal_Int32 i = 0; i < aProp.getLength(); i++ ) in GetMenuItemData()
530 if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in GetMenuItemData()
532 aProp[i].Value >>= rCommandURL; in GetMenuItemData()
534 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_CONTAINER )) in GetMenuItemData()
[all …]
/AOO41X/main/svl/source/items/
H A Ditemprop.cxx147 beans::Property aProp; in getPropertyByName() local
148 aProp.Name = rName; in getPropertyByName()
149 aProp.Handle = pEntry->nWID; in getPropertyByName()
151 aProp.Type = *pEntry->pType; in getPropertyByName()
152 aProp.Attributes = sal::static_int_cast< sal_Int16 >(pEntry->nFlags); in getPropertyByName()
153 return aProp; in getPropertyByName()

1234