Home
last modified time | relevance | path

Searched refs:rSelection (Results 26 – 50 of 81) sorted by relevance

1234

/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.hxx55 const com::sun::star::uno::Any& rSelection,
61 const com::sun::star::uno::Any& rSelection,
/trunk/main/svtools/inc/svtools/
H A Dfilectrl.hxx88 void SetSelection( const Selection& rSelection ) { maEdit.SetSelection( rSelection ); } in SetSelection() argument
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx591 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
592 virtual sal_Bool SetSelection( const ESelection& rSelection );
661 sal_Bool ScEditViewForwarder::GetSelection( ESelection& rSelection ) const in GetSelection()
666 rSelection = mpEditView->GetSelection(); in GetSelection()
676 sal_Bool ScEditViewForwarder::SetSelection( const ESelection& rSelection ) in SetSelection() argument
681 mpEditView->SetSelection(rSelection); in SetSelection()
/trunk/main/sc/inc/
H A Dsheetdata.hxx143 …t16 nFamily, const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection );
145 …ddTextStyle( const rtl::OUString& rName, const ScAddress& rCellPos, const ESelection& rSelection );
/trunk/main/sc/source/filter/xml/
H A Dxmlannoi.cxx212 …xt::AddContentStyle( sal_uInt16 nFamily, const rtl::OUString& rName, const ESelection& rSelection ) in AddContentStyle() argument
214 …nnotationData.maContentStyles.push_back( ScXMLAnnotationStyleEntry( nFamily, rName, rSelection ) ); in AddContentStyle()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx146 void SetSelection( const Selection& rSelection );
608 void ImpSvMEdit::SetSelection( const Selection& rSelection ) in SetSelection() argument
612 Selection aNewSelection( rSelection ); in SetSelection()
1264 void MultiLineEdit::SetSelection( const Selection& rSelection ) in SetSelection() argument
1266 pImpSvMEdit->SetSelection( rSelection ); in SetSelection()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1006 void SwInsertDBColAutoPilot::DataToDoc( const Sequence<Any>& rSelection, in DataToDoc() argument
1011 const Any* pSelection = rSelection.getLength() ? rSelection.getConstArray() : 0; in DataToDoc()
1053 nRows = nRows + (sal_uInt16)rSelection.getLength(); in DataToDoc()
1222 else if( i+1 >= rSelection.getLength() ) in DataToDoc()
1448 else if( i+1 >= rSelection.getLength() ) in DataToDoc()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1646 ::select( const uno::Any& rSelection ) in select() argument
1651 if ( rSelection.hasValue() ) in select()
1653 const uno::Type& rType = rSelection.getValueType(); in select()
1657 if ( ( rSelection >>= aNewCID ) && m_aSelection.setSelection( aNewCID ) ) in select()
1665 if ( ( rSelection >>= xShape ) && m_aSelection.setSelection( xShape ) ) in select()
H A DChartController.hxx242 select( const ::com::sun::star::uno::Any& rSelection )
468 static bool isObjectDeleteable( const ::com::sun::star::uno::Any& rSelection );
/trunk/main/starmath/source/
H A Daccessibility.hxx221 …virtual void RemoveAttribs( const ESelection& rSelection, sal_Bool bRemoveParaAttribs, sal_…
288 virtual sal_Bool GetSelection( ESelection& rSelection ) const;
289 virtual sal_Bool SetSelection( const ESelection& rSelection );
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2592 const uno::Any& rSelection, in GetRenderDoc() argument
2598 rSelection >>= xModel; in GetRenderDoc()
2605 if (rSelection.hasValue()) // is anything selected ? in GetRenderDoc()
2677 const uno::Any& rSelection, in getRendererCount() argument
2691 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRendererCount()
2856 const uno::Any& rSelection, in getRenderer() argument
2882 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in getRenderer()
3101 const uno::Any& rSelection, in render() argument
3135 SwDoc *pDoc = GetRenderDoc( pView, rSelection, bIsPDFExport ); in render()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx70 const Selection& rSelection in DBG_NAME()
91 SetSelection( rSelection ); in DBG_NAME()
266 const Selection& rSelection, in SvInplaceEdit2() argument
292 pEdit->SetSelection( rSelection ); in SvInplaceEdit2()
/trunk/main/sw/inc/
H A Ddbmgr.hxx126 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rSelection) : in SwDSParam()
129 aSelection(rSelection), in SwDSParam()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx682 …n::star::datatransfer::XTransferable > CreateTransferable( const EditSelection& rSelection ) const;
924 LanguageType GetLanguage( const EditSelection rSelection ) const;
952 ImpFindNextError(EditSelection& rSelection);
1005 …EditSelection TransliterateText( const EditSelection& rSelection, sal_Int32 nTransliterationMode …
H A Dimpedit4.cxx1975 Reference< XSpellAlternatives > ImpEditEngine::ImpFindNextError(EditSelection& rSelection) in ImpFindNextError() argument
1978 EditSelection aCurSel( rSelection.Min() ); in ImpFindNextError()
1988 if ( !( aEPaM < CreateEPaM( rSelection.Max()) ) ) in ImpFindNextError()
2015 rSelection = aCurSel; in ImpFindNextError()
2829 EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection, sal_Int32 nTransli… in TransliterateText() argument
2833 return rSelection; in TransliterateText()
2835 EditSelection aSel( rSelection ); in TransliterateText()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx844 const ::boost::shared_ptr<PageSelection>& rSelection) in SetPageSelection()
847 mpSlideSorter->GetController().GetPageSelector().SetPageSelection(rSelection); in SetPageSelection()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1463 sal_Int32 SAL_CALL SdXImpressDocument::getRendererCount( const uno::Any& rSelection, in getRendererCount() argument
1479 rSelection >>= xModel; in getRendererCount()
1487 rSelection >>= xShapes; in getRendererCount()
1855 void SAL_CALL SdXImpressDocument::render( sal_Int32 nRenderer, const uno::Any& rSelection, in render() argument
1915 rSelection >>= xModel; in render()
2154 rSelection >>= xShapes; in render()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx167 …DFWriter& rPDFWriter, Reference< com::sun::star::view::XRenderable >& rRenderable, Any& rSelection, in ExportSelection() argument
202 …Sequence< PropertyValue > aRenderer( rRenderable->getRenderer( nSel - 1, rSelection, rRenderOpti… in ExportSelection()
237 rRenderable->render( nCurrentRenderer, rSelection, rRenderOptions ); in ExportSelection()
/trunk/main/sc/source/filter/excel/
H A Dxeview.cxx472 const ScAddress& rCursor, const ScRangeList& rSelection ) in CreateSelectionData() argument
492 rAddrConv.ConvertRangeList( rSelData.maXclSelection, rSelection, false ); in CreateSelectionData()
/trunk/main/forms/source/component/
H A DListBox.cxx1598 Sequence<sal_Int16>& rSelection = *(Sequence<sal_Int16> *)aValue.getValue(); in itemStateChanged() local
1600 sal_Int32 nLen = rSelection.getLength(); in itemStateChanged()
1605 const sal_Int16* pVal = rSelection.getConstArray(); in itemStateChanged()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsDragAndDropContext.hxx89 model::PageEnumeration& rSelection) const;
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx2390 const css::uno::Any& rSelection, in getRenderer() argument
2395 (void)rSelection; in getRenderer()
2405 const css::uno::Any& rSelection, in render() argument
2409 (void)rSelection; in render()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx104 model::PageEnumeration& rSelection,
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx159 const ::boost::shared_ptr<PageSelection>& rSelection,
/trunk/main/sc/source/filter/inc/
H A Dxeview.hxx160 const ScAddress& rCursor, const ScRangeList& rSelection );

Completed in 198 milliseconds

1234