Home
last modified time | relevance | path

Searched refs:xNamed (Results 76 – 92 of 92) sorted by relevance

1234

/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java55 XNamed xNamed; field in Control
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx1572 uno::Reference< container::XNamed > xNamed(xShape, uno::UNO_QUERY); local
1574 DBG_ASSERT( xPropSet.is() && xNamed.is(), "ole shape is not implementing needed interfaces");
1575 if(xPropSet.is() && xNamed.is())
H A Dximpshap.cxx429 uno::Reference< container::XNamed > xNamed( mxShape, uno::UNO_QUERY ); in AddShape() local
430 if( xNamed.is() ) in AddShape()
431 xNamed->setName( maShapeName ); in AddShape()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1745 … uno::Reference< container::XNamed > xNamed( xGraphicObjectProperties, uno::UNO_QUERY_THROW ); in createGraphicObject() local
1746 xNamed->setName( m_pImpl->sName ); in createGraphicObject()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1629 Reference< XNamed > xNamed( xNumRules, UNO_QUERY ); in SetStyleAndAttrs() local
1630 if( xNewNamed.is() && xNamed.is() ) in SetStyleAndAttrs()
1632 bSameNumRules = xNewNamed->getName() == xNamed->getName(); in SetStyleAndAttrs()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx410 STAR_REFERENCE( container::XNamed ) & xNamed,
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx487 STAR_REFERENCE( container::XNamed ) & xNamed,
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx1206 css::uno::Reference< css::container::XNamed > xNamed(m_xCfg, css::uno::UNO_QUERY); in reset() local
1207 ::rtl::OUString sConfig = xNamed->getName(); in reset()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1199 …uno::Reference< sheet::XNamedRange > xNamed( xNameAccess->getByName( sAddress ), uno::UNO_QUERY_TH… in getScRangeListForAddress() local
1200 sAddress = xNamed->getContent(); in getScRangeListForAddress()
4157 …uno::Reference< container::XNameAccess > xNamed( xPropSet->getPropertyValue( sNamedRanges ), uno::… in ApplicationRange() local
4161 xReferrer.set ( xNamed->getByName( sRangeName ), uno::UNO_QUERY ); in ApplicationRange()
4205 uno::Reference< container::XNamed > xNamed( xDBRange, uno::UNO_QUERY_THROW ); in lcl_GetAutoFiltRange() local
4220 sName = xNamed->getName(); in lcl_GetAutoFiltRange()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java374 com.sun.star.container.XNamed xNamed = (com.sun.star.container.XNamed) in doCellRangeSamples() local
376 System.out.println( "The name of the wide column is " + xNamed.getName() + "." ); in doCellRangeSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs265 unoidl.com.sun.star.container.XNamed xNamed = in doCellRangeSamples()
268 "The name of the wide column is " + xNamed.getName() + "." ); in doCellRangeSamples()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx530 - xNamed::setName( newName ) in move()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx649 uno::Reference< container::XNamed > xNamed; in ReadContents() local
650 xEnum->nextElement() >>= xNamed; in ReadContents()
652 if ( !xNamed.is() ) in ReadContents()
658 ::rtl::OUString aName = xNamed->getName(); in ReadContents()
661 uno::Reference< container::XNameContainer > xNameContainer( xNamed, uno::UNO_QUERY ); in ReadContents()
1191 uno::Reference< container::XNamed > xNamed; in Commit() local
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1606 … uno::Reference<container::XNamed> xNamed = SwXFrames::GetObject( *pFmt, FLYCNTTYPE_FRM ); in QueryValue() local
1607 uno::Reference<text::XTextFrame> xRet(xNamed, uno::UNO_QUERY); in QueryValue()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx3330 uno::Reference< container::XNamed > xNamed(xTmp, uno::UNO_QUERY); in EditEntry() local
3334 …AbstractSwRenameXNamedDlg* pDlg = pFact->CreateSwRenameXNamedDlg( this, xNamed, xNameAccess, DLG_R… in EditEntry()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3929 uno::Reference <container::XNamed> xNamed (xNamedRange, uno::UNO_QUERY); in WriteNamedExpressions() local
3931 if (xNamed.is() && xCellRangeReferrer.is()) in WriteNamedExpressions()
3933 rtl::OUString sOUName(xNamed->getName()); in WriteNamedExpressions()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx2987 Reference< XNamed > xNamed( xCurrentAsForm, UNO_QUERY_THROW ); in impl_collectFormSearchContexts_nothrow() local
2988 sCurrentFormName = xNamed->getName(); in impl_collectFormSearchContexts_nothrow()

Completed in 960 milliseconds

1234