Home
last modified time | relevance | path

Searched refs:xDescriptor (Results 1 – 24 of 24) sorted by relevance

/trunk/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx110 uno::Reference<drawing::XShapeDescriptor> xDescriptor (rxShape, uno::UNO_QUERY); in GetTypeId() local
111 if (xDescriptor.is()) in GetTypeId()
112 return GetTypeId (xDescriptor->getShapeType()); in GetTypeId()
230 uno::Reference<drawing::XShapeDescriptor> xDescriptor (rxShape, uno::UNO_QUERY); in GetSlotId() local
231 if (xDescriptor.is()) in GetSlotId()
232 return GetSlotId (xDescriptor->getShapeType()); in GetSlotId()
351 uno::Reference<drawing::XShapeDescriptor> xDescriptor (rxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() local
352 if (xDescriptor.is()) in CreateAccessibleBaseName()
354 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
H A DAccessibleControlShape.cxx370 Reference< XShapeDescriptor > xDescriptor (mxShape, UNO_QUERY); in CreateAccessibleBaseName() local
371 if (xDescriptor.is()) in CreateAccessibleBaseName()
373 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
413 Reference< XShapeDescriptor > xDescriptor (mxShape, UNO_QUERY); in CreateAccessibleDescription() local
414 if (xDescriptor.is()) in CreateAccessibleDescription()
417 aDG.AppendString (xDescriptor->getShapeType()); in CreateAccessibleDescription()
H A DAccessibleGraphicShape.cxx196 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() local
197 if (xDescriptor.is()) in CreateAccessibleBaseName()
199 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
H A DAccessibleOLEShape.cxx225 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() local
226 if (xDescriptor.is()) in CreateAccessibleBaseName()
228 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
H A DAccessibleShape.cxx1438 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription() local
1439 if (xDescriptor.is()) in CreateAccessibleDescription()
1442 aDG.AppendString (xDescriptor->getShapeType()); in CreateAccessibleDescription()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePresentationShape.cxx115 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() local
116 if (xDescriptor.is()) in CreateAccessibleBaseName()
118 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
184 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription() local
185 if (xDescriptor.is()) in CreateAccessibleDescription()
188 aDG.AppendString (xDescriptor->getShapeType()); in CreateAccessibleDescription()
233 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in GetStyle() local
234 if (xDescriptor.is()) in GetStyle()
236 + xDescriptor->getShapeType(); in GetStyle()
H A DAccessiblePresentationGraphicShape.cxx85 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() local
86 if (xDescriptor.is()) in CreateAccessibleBaseName()
88 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
112 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription() local
113 if (xDescriptor.is()) in CreateAccessibleDescription()
116 aDG.AppendString (xDescriptor->getShapeType()); in CreateAccessibleDescription()
H A DAccessiblePresentationOLEShape.cxx92 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() local
93 if (xDescriptor.is()) in CreateAccessibleBaseName()
95 + xDescriptor->getShapeType(); in CreateAccessibleBaseName()
133 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription() local
134 if (xDescriptor.is()) in CreateAccessibleDescription()
137 aDG.AppendString (xDescriptor->getShapeType()); in CreateAccessibleDescription()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XConsolidatable.java34 XConsolidationDescriptor xDescriptor = null; field in _XConsolidatable
41 oObj.consolidate(xDescriptor); in _consolidate()
49 xDescriptor = oObj.createConsolidationDescriptor(true); in _createConsolidationDescriptor()
50 tRes.tested("createConsolidationDescriptor()", xDescriptor != null); in _createConsolidationDescriptor()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx688 Reference< XPropertySet > xDescriptor; in impl_ensureDataAccessDescriptor_throw() local
689 _rAllArgs[ _nArgPos ] >>= xDescriptor; in impl_ensureDataAccessDescriptor_throw()
692 bool bIsValid = xDescriptor.is(); in impl_ensureDataAccessDescriptor_throw()
697 Reference< XServiceInfo > xSI( xDescriptor, UNO_QUERY ); in impl_ensureDataAccessDescriptor_throw()
706 … _out_rxConnection = impl_extractConnection_throw( xDescriptor, _out_rxDocInteractionHandler ); in impl_ensureDataAccessDescriptor_throw()
719 return xDescriptor; in impl_ensureDataAccessDescriptor_throw()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetFilterable.idl64 @param xDescriptor
68 [in] com::sun::star::sheet::XSheetFilterDescriptor xDescriptor );
H A DXConsolidatable.idl68 @param xDescriptor
74 [in] com::sun::star::sheet::XConsolidationDescriptor xDescriptor );
H A DXSubTotalCalculatable.idl67 @param xDescriptor
75 [in] com::sun::star::sheet::XSubTotalDescriptor xDescriptor,
H A DXDataPilotTables.idl79 @param xDescriptor
87 [in] com::sun::star::sheet::XDataPilotDescriptor xDescriptor );
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3029 uno::Reference< util::XReplaceDescriptor > xDescriptor = in Replace() local
3032 xDescriptor->setSearchString( sWhat); in Replace()
3033xDescriptor->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHREGEXP ) ), … in Replace()
3034 xDescriptor->setReplaceString( Replacement); in Replace()
3070xDescriptor->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHCASE ) ), un… in Replace()
3077 uno::Reference< util::XSearchDescriptor > xSearch( xDescriptor, uno::UNO_QUERY ); in Replace()
3129 uno::Reference< util::XSearchDescriptor > xDescriptor = xSearch->createSearchDescriptor(); in Find() local
3130 xDescriptor->setSearchString( sSearch ); in Find()
3131xDescriptor->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHREGEXP ) ), … in Find()
3168xDescriptor->setPropertyValue( rtl::OUString::createFromAscii( "SearchType" ), uno::makeAny( nSear… in Find()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1585 const uno::Reference<sheet::XConsolidationDescriptor>& xDescriptor ) in consolidate() argument
1595 aImpl.setFunction( xDescriptor->getFunction() ); in consolidate()
1596 aImpl.setSources( xDescriptor->getSources() ); in consolidate()
1597 aImpl.setStartOutputPosition( xDescriptor->getStartOutputPosition() ); in consolidate()
1598 aImpl.setUseColumnHeaders( xDescriptor->getUseColumnHeaders() ); in consolidate()
1599 aImpl.setUseRowHeaders( xDescriptor->getUseRowHeaders() ); in consolidate()
1600 aImpl.setInsertLinks( xDescriptor->getInsertLinks() ); in consolidate()
H A Ddapiuno.cxx418 const Reference<XDataPilotDescriptor>& xDescriptor ) in insertNewByName() argument
422 if (!xDescriptor.is()) return; in insertNewByName()
429 ScDataPilotDescriptorBase* pImp = ScDataPilotDescriptorBase::getImplementation( xDescriptor ); in insertNewByName()
443 String aTag = xDescriptor->getTag(); in insertNewByName()
H A Dcellsuno.cxx5659 …SAL_CALL ScCellRangeObj::filter( const uno::Reference<sheet::XSheetFilterDescriptor>& xDescriptor ) in filter() argument
5671 uno::Reference< sheet::XSheetFilterDescriptor2 > xDescriptor2( xDescriptor, uno::UNO_QUERY ); in filter()
5678 aImpl.setFilterFields( xDescriptor->getFilterFields() ); in filter()
5682 uno::Reference<beans::XPropertySet> xPropSet( xDescriptor, uno::UNO_QUERY ); in filter()
5831 const uno::Reference<sheet::XSubTotalDescriptor>& xDescriptor, in applySubTotals() argument
5836 if (!xDescriptor.is()) return; in applySubTotals()
5840 ScSubTotalDescriptorBase::getImplementation( xDescriptor ); in applySubTotals()
/trunk/main/offapi/com/sun/star/util/
H A DXSortable.idl101 void sort( [in] sequence< com::sun::star::beans::PropertyValue > xDescriptor );
/trunk/main/sw/inc/
H A Dunotextcursor.hxx249 ::com::sun::star::beans::PropertyValue >& xDescriptor)
H A Dunotbl.hxx382 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xDescriptor) throw( ::com::…
491 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xDescriptor) throw( ::com::…
/trunk/main/sc/inc/
H A Dcellsuno.hxx727 ::com::sun::star::beans::PropertyValue >& xDescriptor )
741 ::com::sun::star::sheet::XSheetFilterDescriptor >& xDescriptor )
749 ::com::sun::star::sheet::XSubTotalDescriptor >& xDescriptor,
H A Ddocuno.hxx227 ::com::sun::star::sheet::XConsolidationDescriptor >& xDescriptor )
H A Ddapiuno.hxx121 ::com::sun::star::sheet::XDataPilotDescriptor >& xDescriptor )

Completed in 184 milliseconds