Home
last modified time | relevance | path

Searched refs:aSelection (Results 76 – 100 of 134) sorted by relevance

123456

/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx132 Sequence <Any> aSelection; in selectionChanged() local
134 rParent.pImpl->xSelSupp->getSelection() >>= aSelection; in selectionChanged()
136 sal_Bool bEnable = aSelection.getLength() > 0; in selectionChanged()
/trunk/main/sw/inc/
H A Ddbmgr.hxx110 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aSelection;
129 aSelection(rSelection), in SwDSParam()
H A Dunotxdoc.hxx409 …virtual sal_Int32 SAL_CALL getRendererCount( const css::uno::Any& aSelection, const css::uno::Sequ…
410 …alue > SAL_CALL getRenderer( sal_Int32 nRenderer, const css::uno::Any& aSelection, const css::uno:…
411 …virtual void SAL_CALL render( sal_Int32 nRenderer, const css::uno::Any& aSelection, const css::uno…
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx191 ESelection aSelection( 0, 0, EE_PARA_ALL, EE_PARA_ALL); in ItemChange() local
192 rOutliner.RemoveAttribs(aSelection, sal_True, 0); in ItemChange()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx361 uno::Any aSelection( xSelectionSupplier->getSelection() ); in Export() local
363 if ( aSelection >>= xSelection ) in Export()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx763 sal_Bool ScModelObj::FillRenderMarkData( const uno::Any& aSelection, in FillRenderMarkData() argument
817 uno::Reference<uno::XInterface> xInterface(aSelection, uno::UNO_QUERY); in FillRenderMarkData()
947 sal_Int32 SAL_CALL ScModelObj::getRendererCount( const uno::Any& aSelection, in getRendererCount() argument
958 if ( !FillRenderMarkData( aSelection, rOptions, aMark, aStatus, aPagesStr ) ) in getRendererCount()
1000 … const uno::Any& aSelection, const uno::Sequence<beans::PropertyValue>& rOptions ) in getRenderer() argument
1012 if ( FillRenderMarkData( aSelection, rOptions, aMark, aStatus, aPagesStr ) ) in getRenderer()
1104 void SAL_CALL ScModelObj::render( sal_Int32 nSelRenderer, const uno::Any& aSelection, in render() argument
1115 if ( !FillRenderMarkData( aSelection, rOptions, aMark, aStatus, aPagesStr ) ) in render()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx648 …uno::Reference<datatransfer::clipboard::XClipboard> aSelection(GetWindow()->GetPrimarySelection())… in KeyInput() local
649 Copy( aSelection ); in KeyInput()
827 …uno::Reference<datatransfer::clipboard::XClipboard> aSelection(GetWindow()->GetPrimarySelection())… in MouseButtonUp() local
828 Paste( aSelection ); in MouseButtonUp()
834 …uno::Reference<datatransfer::clipboard::XClipboard> aSelection(GetWindow()->GetPrimarySelection())… in MouseButtonUp() local
835 Copy( aSelection ); in MouseButtonUp()
/trunk/main/sc/inc/
H A Ddocuno.hxx108 sal_Bool FillRenderMarkData( const com::sun::star::uno::Any& aSelection,
161 virtual sal_Int32 SAL_CALL getRendererCount( const ::com::sun::star::uno::Any& aSelection,
167 getRenderer( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection,
172 virtual void SAL_CALL render( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection,
H A Dfielduno.hxx138 ESelection aSelection; member in ScCellFieldObj
338 ESelection aSelection; member in ScHeaderFieldObj
/trunk/main/vcl/source/control/
H A Dlongcurr.cxx422 Selection aSelection = GetField()->GetSelection(); in SetUserValue() local
424 GetField()->SetSelection( aSelection ); in SetUserValue()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx358 uno::Sequence< uno::Any > aSelection; in ExecuteMailMergeWizard() local
363 aDescriptor[svx::daSelection] >>= aSelection; in ExecuteMailMergeWizard()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx2184 aSelection.Min()=0; in Reset()
2185 aSelection.Max()=0; in Reset()
2213 aSelection = r.aSelection; in operator =()
/trunk/main/sd/source/ui/inc/
H A DDocumentRenderer.hxx55 const css::uno::Any& aSelection,
H A DSdUnoOutlineView.hxx62 const css::uno::Any& aSelection)
H A DSdUnoSlideView.hxx64 virtual sal_Bool SAL_CALL select (const ::com::sun::star::uno::Any& aSelection)
H A DSdUnoDrawView.hxx62 const css::uno::Any& aSelection)
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.hxx78 void onSelectionChanged( ::com::sun::star::uno::Any aSelection );
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx281 sal_Bool SAL_CALL DrawController::select (const Any& aSelection) in select() argument
288 return mxSubController->select(aSelection); in select()
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx95 ScPrintSelectionStatus aSelection; member in ScPrintFuncCache
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.hxx49 const com::sun::star::uno::Any& aSelection,
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1740 ScRange aSelection; in DoEnter() local
1743 (pViewData->GetSimpleArea( aSelection ) == SC_MARK_SIMPLE) ) in DoEnter()
1748aSelection.Format( aContent, SCR_ABS_3D, pDoc, pDoc->GetAddressConvention() ); in DoEnter()
/trunk/main/forms/source/component/
H A DFilter.cxx704 …void SAL_CALL OFilterControl::setSelection( const ::com::sun::star::awt::Selection& aSelection ) t… in setSelection() argument
708 xText->setSelection( aSelection ); in setSelection()
/trunk/main/starmath/inc/
H A Dedit.hxx51 void SmGetLeftSelectionPart(const ESelection aSelection,
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3005 ESelection aSelection = pEditView->GetSelection(); in SelectForContextMenu() local
3006 aSelection.Adjust(); // needed for IsLess/IsGreater in SelectForContextMenu()
3007 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
3054 ESelection aSelection = pOlView->GetSelection(); in SelectForContextMenu() local
3055 aSelection.Adjust(); // needed for IsLess/IsGreater in SelectForContextMenu()
3056 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx87 …void SAL_CALL setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::com::sun:…
149 …void SAL_CALL setSelection( const ::com::sun::star::awt::Selection& aSelection ) throw(::com::sun:…

Completed in 191 milliseconds

123456