/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1956 Reference< XAnimateSet > xSet( xNode, UNO_QUERY ); in importAnimateSetContainer() local 1958 …DBG_ASSERT( pAtom && pAtom->getType() == DFF_msofbtAnimateSet && xSet.is(), "invalid call to ppt::… in importAnimateSetContainer() 1959 if( pAtom && xSet.is() ) in importAnimateSetContainer() 1988 xSet->setTo( aTo ); in importAnimateSetContainer()
|
/trunk/main/svx/source/table/ |
H A D | accessibletableshape.cxx | 347 Reference< XPropertySet > xSet( mxShape, UNO_QUERY_THROW ); in Init() local 348 Reference< XTable > xTable( xSet->getPropertyValue(C2U("Model")), UNO_QUERY_THROW ); in Init()
|
/trunk/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 676 XPropertySet xSet = (XPropertySet) UnoRuntime.queryInterface( in ParagraphExample() local 679 xSet.setPropertyValue ( "ParaAdjust", in ParagraphExample()
|
/trunk/main/sfx2/source/control/ |
H A D | dispatch.cxx | 245 com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > xSet( in Call_Impl() local 249 if ( xSet.is() ) in Call_Impl() 251 …com::sun::star::uno::Any aProp = xSet->getPropertyValue(::rtl::OUString::createFromAscii("Dispatch… in Call_Impl()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1311 Reference< XPropertySet > xSet( xShape, UNO_QUERY_THROW ); in hasVisibleShape() local 1314 xSet->getPropertyValue( sFillStyle ) >>= eFillStyle; in hasVisibleShape() 1317 xSet->getPropertyValue( sLineStyle ) >>= eLineStyle; in hasVisibleShape()
|
/trunk/main/forms/source/component/ |
H A D | FormComponent.cxx | 2479 Reference<XPropertySet> xSet( m_xCursor, UNO_QUERY ); in reset() local 2480 if ( xSet.is() ) in reset() 2484 xSet->getPropertyValue( PROPERTY_ISNEW ) >>= bIsNewRecord; in reset()
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 861 uno::Reference< ucb::XDynamicResultSet > xSet in open() local 863 aRet <<= xSet; in open()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 216 Reference<XPropertySet> xSet(m_aUpdateTable,UNO_QUERY); in DBG_NAME() local 217 … const Reference<XNameAccess> xPrimaryKeyColumns = dbtools::getPrimaryKeyColumns_throw(xSet); in DBG_NAME()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 347 uno::Reference< ucb::XDynamicResultSet > xSet in execute() local 349 aRet <<= xSet; in execute()
|
/trunk/main/cui/source/options/ |
H A D | optgdlg.cxx | 168 Reference< XSet > xSet( xFactory, UNO_QUERY ); in lcl_HasSystemFilePicker() local 170 if ( ! xEnumAccess.is() || ! xSet.is() ) in lcl_HasSystemFilePicker()
|
/trunk/main/sfx2/source/doc/ |
H A D | objstor.cxx | 727 uno::Reference < beans::XPropertySet > xSet( GetModel(), uno::UNO_QUERY ); in DoLoad() local 732 xSet->setPropertyValue( sLockUpdates, makeAny( (sal_Bool) sal_True ) ); in DoLoad() 743 xSet->setPropertyValue( sLockUpdates, makeAny( (sal_Bool) sal_False ) ); in DoLoad()
|
H A D | docfile.cxx | 2092 uno::Reference < beans::XPropertySet > xSet( pImp->xStorage, uno::UNO_QUERY ); in Transfer_Impl() local 2093 xSet->setPropertyValue( String::CreateFromAscii("SegmentSize"), aAny ); in Transfer_Impl()
|
H A D | sfxbasemodel.cxx | 884 uno::Reference < beans::XPropertySet > xSet( in getDocumentInfo() local 886 uno::Any aMediaType = xSet->getPropertyValue( aName ); in getDocumentInfo()
|
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 1511 ::css::uno::Reference< ::css::accessibility::XAccessibleRelationSet > xSet = pRelationSetHelper; in retrieveParagraphRelationSet() 1531 return xSet; in retrieveParagraphRelationSet()
|
/trunk/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 343 Reference< XPropertySet > xSet( xParagraph, UNO_QUERY_THROW ); in getNumberOfSubitems() local 344 xSet->getPropertyValue( aStrLocaleName ) >>= aLocale; in getNumberOfSubitems()
|
/trunk/main/xmloff/source/text/ |
H A D | txtparae.cxx | 1530 Reference < XPropertySet > xSet( xTextField, UNO_QUERY ); in collectTextAutoStylesOptimized() local 1532 Any a = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("TextRange") ); in collectTextAutoStylesOptimized()
|
/trunk/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 1221 …uno::Reference< report::XReportDefinition> xSet(cloneObject(xSource,m_aProps->m_xFactory,SERVICE_R… in createClone() local 1222 return xSet.get(); in createClone()
|