Home
last modified time | relevance | path

Searched refs:getPropertyValue (Results 1 – 25 of 1869) sorted by last modified time

12345678910>>...75

/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx103 uno::Any aUrl = xTempFile->getPropertyValue( ::rtl::OUString::createFromAscii( "Uri" ) ); in GetNewTempFileURL_Impl()
188 uno::Any aUrl = xTempFile->getPropertyValue( ::rtl::OUString::createFromAscii( "Uri" ) ); in GetNewFilledTempFile_Impl()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx2242 Any aAny = xPropSet->getPropertyValue( sAnchorType ); in ~XMLParaContext()
2274 Any aAny = xPropSet->getPropertyValue( sAnchorType ); in ~XMLParaContext()
/trunk/main/linguistic/source/
H A Dmisc.cxx532 Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) ); in IsReadOnly()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx857 xSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Number" ) ) ) >>= nSlideNumber; in startPreview()
1425 xSet->getPropertyValue( msOnClick ) >>= pEvent->meClickAction; in registerShapeEvents()
1437 xSet->getPropertyValue( msBookmark ) >>= pEvent->maStrBookmark; in registerShapeEvents()
1446 xSet->getPropertyValue( msBookmark ) >>= pEvent->maStrBookmark; in registerShapeEvents()
1450 xSet->getPropertyValue( msVerb ) >>= pEvent->mnVerb; in registerShapeEvents()
2797 …if ( ( xFrameProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager… in setActiveXToolbarsVisible()
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx673 Any aValue (xFrameProperties->getPropertyValue(OUSTRING("LayoutManager"))); in SetValid()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1494 uno::Any SwXShape::getPropertyValue(const rtl::OUString& rPropertyName) in getPropertyValue() function in SwXShape
1594 m_pPropSet->getPropertyValue(*pEntry, rSet, aRet); in getPropertyValue()
1738 aRet = xPrSet->getPropertyValue( _rPropertyName ); in _getPropAtAggrObj()
2446 …uno::Any aHoriPos( getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("HoriOrientPosition… in _GetAttrPosition()
2448 …uno::Any aVertPos( getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VertOrientPosition… in _GetAttrPosition()
2473 uno::Any aAny = getPropertyValue( sAnchorType ); in _GetAttrPosition()
2617 uno::Any aAny = getPropertyValue( sAnchorType ); in _AdjustPositionProperties()
2625 uno::Any aHoriPos( getPropertyValue( aHoriPosPropStr ) ); in _AdjustPositionProperties()
2634 uno::Any aHoriOrient( getPropertyValue( aHoriOrientPropStr ) ); in _AdjustPositionProperties()
2655 uno::Any aVertPos( getPropertyValue( aVertPosPropStr ) ); in _AdjustPositionProperties()
[all …]
/trunk/main/forms/source/component/
H A DImageControl.cxx800 xSet->getPropertyValue( PROPERTY_IMAGE_URL ) >>= sOldImageURL; in implClearGraphics()
833 xSet->getPropertyValue( PROPERTY_BOUNDFIELD ) >>= xBoundField; in implInsertGraphics()
844 OSL_VERIFY( xBoundField->getPropertyValue( PROPERTY_FIELDTYPE ) >>= nFieldType ); in implInsertGraphics()
889 …OSL_VERIFY( xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Graphic"… in impl_isEmptyGraphics_nothrow()
975 ::cppu::extractInterface(xBoundField, xSet->getPropertyValue(PROPERTY_BOUNDFIELD)); in mousePressed()
980 …rty(PROPERTY_CONTROLSOURCE, xSet) || (::comphelper::getString(xSet->getPropertyValue(PROPERTY_CONT… in mousePressed()
985 xSet->getPropertyValue(PROPERTY_READONLY) >>= bReadOnly; in mousePressed()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx276 …xShapeProp->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "CaptionPoint" )) ) >>= r… in lcl_GetCaptionPoint()
647 uno::Any SAL_CALL ScShapeObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue() function in ScShapeObj
824 aAny = pShapePropertySet->getPropertyValue( aPropertyName ); in getPropertyValue()
1086 rDest.setPropertyValue( aNameStr, rSource.getPropertyValue( aNameStr ) ); in lcl_CopyOneProperty()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx131 aValue = m_xProps->getPropertyValue(*aProperty); in exportRemainingProperties()
272 m_xProps->getPropertyValue( _rPropertyName ) >>= sPropValue; in exportStringPropertyAttribute()
295 Any aCurrentValue = m_xProps->getPropertyValue( _rPropertyName ); in exportBooleanPropertyAttribute()
329 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt16PropertyAttribute()
353 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt32PropertyAttribute()
378 Any aValue = m_xProps->getPropertyValue(sPropertyName); in exportEnumPropertyAttribute()
410 …::rtl::OUString sTargetFrame = comphelper::getString(m_xProps->getPropertyValue(PROPERTY_TARGETFRA… in exportTargetFrameAttribute()
426 …::rtl::OUString sTargetLocation = comphelper::getString(m_xProps->getPropertyValue(_sPropertyName)… in exportRelativeTargetLocation()
475 Any aCurrentValue = m_xProps->getPropertyValue(sPropertyName); in exportGenericPropertyAttribute()
504 m_xProps->getPropertyValue( _rPropertyName ) >>= aItems; in exportStringSequenceAttribute()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx886 uno::Any aMediaType = xSet->getPropertyValue( aName ); in getDocumentInfo()
3450 Any a = xPropSet->getPropertyValue( aMediaTypeProp ); in getUIConfigurationManager()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx432 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in attachFrame()
1251 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in dispatch()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBulletCharacterStyle.java113 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Rubies()
125 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Rubies()
182 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Emphasis()
194 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_Emphasis()
251 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_FootnoteCharacters()
263 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_FootnoteCharacters()
320 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_PageNumber()
332 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_PageNumber()
389 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_odt.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_CaptionCharacters()
401 …oRuntime.queryInterface(XIndexAccess.class, xCursorProps_Assert_doc.getPropertyValue("NumberingRul… in testNumberingBulletCharacterStyle_CaptionCharacters()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java111 assertTrue("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
129 assertTrue("Verify row is invisible.", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterForString()
170 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
172 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
184 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
186 assertFalse("Expect should be false", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
202 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCaseSensitive()
322 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCopyOutput()
334 assertTrue("Expect should be True", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCopyOutput()
357 assertTrue("Expect should be true", (Boolean) PropSet.getPropertyValue("IsVisible")); in testStandardFilterOptionCopyOutput()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java308 …on = (XConnection) UnoRuntime.queryInterface(XConnection.class, set.getPropertyValue("ActiveConnec… in createReportJob()
361 public Object getPropertyValue(final String aPropertyName) in getPropertyValue() method in SOReportJobFactory._SOReportJobFactory
364 return m_prophlp.getPropertyValue(aPropertyName); in getPropertyValue()
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx103 … a = xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))); in getLayoutManager()
H A Dtoolboxcontroller.cxx131 …xLayoutManager.set(xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Layo… in getLayoutManager()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java164 Object oProp = oShapeProps.getPropertyValue("GraphicObjectFillBitmap"); in checkContextMenuInterceptor()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx4243 uno::Any styleAny = xPortion->getPropertyValue( pString ); in GetRealHeadingLevel()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx490 return xProp.is() ? *(sal_Bool*)xProp->getPropertyValue( in IsAuto()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx122 …any2bool(xProp->getPropertyValue(PROPERTY_ISBOOKMARKABLE)) && Reference< XRowLocate >(_xRs, UNO_QU… in DBG_NAME()
142 …::comphelper::getINT32(xProp->getPropertyValue(PROPERTY_RESULTSETTYPE)) != ResultSetType::FORWARD_… in DBG_NAME()
155 …::comphelper::getINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) == ResultSetConcurr… in DBG_NAME()
255 xTable->getPropertyValue(PROPERTY_PRIVILEGES) >>= m_nPrivileges; in DBG_NAME()
315 xColumn->getPropertyValue(PROPERTY_ISNULLABLE) >>= nNullable; in DBG_NAME()
337 xTable->getPropertyValue(PROPERTY_PRIVILEGES) >>= m_nPrivileges; in DBG_NAME()
361 …::comphelper::getINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) == ResultSetConcurr… in DBG_NAME()
H A DCacheSet.cxx192 ,comphelper::getString(_xTable->getPropertyValue(PROPERTY_CATALOGNAME)) in fillTableName()
193 ,comphelper::getString(_xTable->getPropertyValue(PROPERTY_SCHEMANAME)) in fillTableName()
194 ,comphelper::getString(_xTable->getPropertyValue(PROPERTY_NAME)) in fillTableName()
289 && comphelper::getBOOL(xIndexColsSup->getPropertyValue(PROPERTY_ISUNIQUE)) in fillParameters()
290 && !comphelper::getBOOL(xIndexColsSup->getPropertyValue(PROPERTY_ISPRIMARYKEYINDEX)) in fillParameters()
429 && comphelper::getBOOL(xIndexColsSup->getPropertyValue(PROPERTY_ISUNIQUE)) in deleteRow()
430 && !comphelper::getBOOL(xIndexColsSup->getPropertyValue(PROPERTY_ISPRIMARYKEYINDEX)) in deleteRow()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx353 _xDataSource->getPropertyValue(PROPERTY_PASSWORD) >>= sPwd; in createConnection()
354 bPwdReq = ::cppu::any2bool(_xDataSource->getPropertyValue(PROPERTY_ISPASSWORDREQUIRED)); in createConnection()
355 _xDataSource->getPropertyValue(PROPERTY_USER) >>= sUser; in createConnection()
499 xProp->getPropertyValue(PROPERTY_TYPE) >>= nKeyType; in getKeyColumns()
1079 sal_Int32 nDataType = ::comphelper::getINT32(xField->getPropertyValue(PROPERTY_TYPE)); in callColumnFormatDialog()
1082 Any aAlignment = xAffectedCol->getPropertyValue(PROPERTY_ALIGN); in callColumnFormatDialog()
1249 xProp->getPropertyValue(PROPERTY_TABLEFILTER) >>= aFilter; in appendToFilter()
1388 _xDatasource->getPropertyValue(PROPERTY_INFO) >>= aInfo; in fillAutoIncrementValue()
1422 _xDataSource->getPropertyValue(PROPERTY_NAME) >>= _rsDatabaseName; in getStrippedDatabaseName()
1746 _rxSourceObject->getPropertyValue( PROPERTY_COMMAND ) >>= sCommand; in createView()
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java564 final Integer rowCount = (Integer) m_rowSetProperties.getPropertyValue("RowCount"); in currentRowCount()
901 final String foundName = (String) parameter.getPropertyValue("Name"); in verifyParameters()
940 Object firstParamValue = firstParam.getPropertyValue("Value"); in testParametersInteraction()
955 firstParamValue = firstParam.getPropertyValue("Value"); in testParametersInteraction()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx169 uno::Any aValue = m_xProps->getPropertyValue in getEnabled()
187 m_xProps->getPropertyValue in getVisible()
286 …xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BoundCell") ) ) >>= aAddress; in getControlSource()
288 …xConvertor->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("XL_A1_Representation") )… in getControlSource()
326 …xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CellRange") ) ) >>= aAddress; in getRowSource()
328 …xConvertor->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("XL_A1_Representation") )… in getRowSource()
355 m_xProps->getPropertyValue in getName()
372 m_xProps->getPropertyValue in getControlTipText()
415 xProps->getPropertyValue( sClassId ) >>= nClassId; in createShapeControl()
464 … xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Toggle") ) ) >>= bToggle; in createUserformControl()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DSubjectField.java192 String strContent = (String) props.getPropertyValue("Content"); in isContainSubjectField()

Completed in 332 milliseconds

12345678910>>...75