Home
last modified time | relevance | path

Searched refs:aSelection (Results 26 – 50 of 134) sorted by relevance

123456

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx412 Any aSelection; in Export() local
470 rFilterData[ nData ].Value >>= aSelection; in Export()
845 if( aPageRange.getLength() || !aSelection.hasValue() ) in Export()
847 aSelection = Any(); in Export()
848 aSelection <<= mxSrcDoc; in Export()
874 … const sal_Int32 nPageCount = xRenderable->getRendererCount( aSelection, aRenderOptions ); in Export()
881 if ( ! ( aSelection >>= xShapes ) ) // exporting a selection -> todo: in the dialog in Export()
910 …bRet = ExportSelection( *pPDFWriter, xRenderable, aSelection, aMultiSelection, aRenderOptions, nPa… in Export()
917 …bRet = ExportSelection( *pPDFWriter, xRenderable, aSelection, aMultiSelection, aRenderOptions, nPa… in Export()
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx896 ESelection aSelection = MakeEESelection( aIndex ); in GetIndexAtPoint() local
897 … SvxFont aFont = EditEngine::CreateSvxFontFromItemSet( mrTextForwarder->GetAttribs( aSelection ) ); in GetIndexAtPoint()
900 mrTextForwarder->GetText( aSelection ) ); in GetIndexAtPoint()
1242 ESelection aSelection; in GetSelection() local
1244 if( !mrViewForwarder->GetSelection( aSelection ) ) in GetSelection()
1250 aStartIndex.SetEEIndex( aSelection.nStartPara, aSelection.nStartPos, *mrTextForwarder ); in GetSelection()
1251 aEndIndex.SetEEIndex( aSelection.nEndPara, aSelection.nEndPos, *mrTextForwarder ); in GetSelection()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1493 InterfaceBag aSelection; in NewForm() local
1494 aSelection.insert( Reference< XInterface >( xNewForm, UNO_QUERY ) ); in NewForm()
1495 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in NewForm()
1727 InterfaceBag aSelection; in ShowSelectionProperties() local
1743aSelection.insert( Reference< XInterface >( pFormData->GetFormIface(), UNO_QUERY ) ); in ShowSelectionProperties()
1749aSelection.insert( Reference< XInterface >( pEntryData->GetElement(), UNO_QUERY ) ); in ShowSelectionProperties()
1760 aSelection.insert( pFormData->GetPropertySet().get() ); in ShowSelectionProperties()
1770 aSelection.insert( pEntryData->GetPropertySet().get() ); in ShowSelectionProperties()
1786 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in ShowSelectionProperties()
2147 InterfaceBag aSelection; in SynchronizeMarkList() local
[all …]
H A Dfmtextcontrolshell.cxx812 awt::Selection aSelection( m_xActiveTextComponent->getSelection() ); in executeClipboardSlot() local
813 m_xActiveTextComponent->insertText( aSelection, ::rtl::OUString() ); in executeClipboardSlot()
821 awt::Selection aSelection( m_xActiveTextComponent->getSelection() ); in executeClipboardSlot() local
822 m_xActiveTextComponent->insertText( aSelection, sClipboardContent ); in executeClipboardSlot()
1035 awt::Selection aSelection = m_xActiveTextComponent->getSelection(); in GetTextAttributeState() local
1036 bDisable |= aSelection.Min == aSelection.Max; in GetTextAttributeState()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2005 long nLeftSpace = aSelection.Left() - aVisible.Left(); in GetChartInsertPos()
2006 long nRightSpace = aVisible.Right() - aSelection.Right(); in GetChartInsertPos()
2007 long nTopSpace = aSelection.Top() - aVisible.Top(); in GetChartInsertPos()
2008 long nBottomSpace = aVisible.Bottom() - aSelection.Bottom(); in GetChartInsertPos()
2021 aInsertPos.X() = aSelection.Left() - nNeededWidth; in GetChartInsertPos()
2023 aInsertPos.X() = aSelection.Right() + 1; in GetChartInsertPos()
2026 aInsertPos.Y() = std::max( aSelection.Top(), aVisible.Top() ); in GetChartInsertPos()
2033 aInsertPos.Y() = aSelection.Bottom() + 1; in GetChartInsertPos()
2035 aInsertPos.Y() = aSelection.Top() - nNeededHeight; in GetChartInsertPos()
2048 aInsertPos.X() = aSelection.Left() - nNeededWidth; in GetChartInsertPos()
[all …]
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx374 ODataAccessDescriptor aSelection; in ShowDBObj() local
375 aSelection.setDataSource(rData.sDataSource); in ShowDBObj()
376 aSelection[daCommand] <<= rData.sCommand; in ShowDBObj()
377 aSelection[daCommandType] <<= rData.nCommandType; in ShowDBObj()
378 xControllerSelection->select(makeAny(aSelection.createPropertyValueSequence())); in ShowDBObj()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1297 Int16Set aSelection, aDefaultSelection; in exportListSourceAsElements() local
1298 getSequenceInt16PropertyAsSet(PROPERTY_SELECT_SEQ, aSelection); in exportListSourceAsElements()
1338 Int16SetIterator aSelectedPos = aSelection.find(i); in exportListSourceAsElements()
1339 if (aSelection.end() != aSelectedPos) in exportListSourceAsElements()
1346 aSelection.erase(aSelectedPos); in exportListSourceAsElements()
1367 if ( !aSelection.empty() || !aDefaultSelection.empty() ) in exportListSourceAsElements()
1370 if ( !aSelection.empty() ) in exportListSourceAsElements()
1371 nLastSelected = *(--aSelection.end()); in exportListSourceAsElements()
1385 if (aSelection.end() != aSelection.find(i)) in exportListSourceAsElements()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx473 uno::Any aSelection; variable
475 aSelection <<= static_cast<UserData*>(pEntry->GetUserData())->getContent();
476 m_rController.select(aSelection);
488 uno::Sequence< uno::Reference< report::XReportComponent > > aSelection; in _selectionChanged() local
489 aSec >>= aSelection; in _selectionChanged()
490 if ( !aSelection.getLength() ) in _selectionChanged()
504 const uno::Reference< report::XReportComponent >* pIter = aSelection.getConstArray(); in _selectionChanged()
505 const uno::Reference< report::XReportComponent >* pEnd = pIter + aSelection.getLength(); in _selectionChanged()
/trunk/main/sw/source/ui/inc/
H A Dlanghelper.hxx41 …extern void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const Stri…
44 …extern void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool …
47 …extern void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bI…
/trunk/main/formula/inc/formula/
H A Dformdata.hxx53 inline const Selection& GetSelection()const { return aSelection;} in GetSelection()
64 inline void SetSelection(const Selection& aSel) { aSelection=aSel;} in SetSelection()
81 Selection aSelection; member in formula::FormEditData
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx571 Sequence< Reference< XTreeNode > > aSelection( nSelectionCount ); in getSelection() local
572 Reference< XTreeNode >* pNodes = aSelection.getArray(); in getSelection()
582 aRet <<= aSelection; in getSelection()
682 std::list< Any > aSelection( nSelectionCount ); in createSelectionEnumeration() local
687 aSelection.push_back( Any( pEntry->mxNode ) ); in createSelectionEnumeration()
694 return Reference< XEnumeration >( new TreeSelectionEnumeration( aSelection ) ); in createSelectionEnumeration()
706 std::list< Any > aSelection; in createReverseSelectionEnumeration() local
711 aSelection.push_front( Any( pEntry->mxNode ) ); in createReverseSelectionEnumeration()
718 return Reference< XEnumeration >( new TreeSelectionEnumeration( aSelection ) ); in createReverseSelectionEnumeration()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx918 getDesignView()->fillControlModelSelection(aSelection); in GetState()
920 for(; aIter != aSelection.end() in GetState()
925 aReturn.bEnabled = !aSelection.empty() && aIter == aSelection.end(); in GetState()
3078 if ( aSelection >>= aElements ) in select()
4135 getDesignView()->fillControlModelSelection(aSelection); in impl_fillState_nothrow()
4136 _rState.bEnabled = !aSelection.empty(); in impl_fillState_nothrow()
4147 if ( aIter == aSelection.begin() ) in impl_fillState_nothrow()
4159 if ( aIter == aSelection.end() ) in impl_fillState_nothrow()
4209 ::std::vector< uno::Reference< uno::XInterface > > aSelection; in impl_setPropertyAtControls_throw()
4217 for(; aIter != aSelection.end();++aIter) in impl_setPropertyAtControls_throw()
[all …]
H A DDesignView.cxx732 ::std::vector< uno::Reference< uno::XInterface > > aSelection; in getCurrentlyShownProperty()
733 pSectionWindow->getReportSection().fillControlModelSelection(aSelection); in getCurrentlyShownProperty()
734 if ( !aSelection.empty() ) in getCurrentlyShownProperty()
736 ::std::vector< uno::Reference< uno::XInterface > >::iterator aIter = aSelection.begin(); in getCurrentlyShownProperty()
737 uno::Sequence< uno::Reference< report::XReportComponent > > aSeq(aSelection.size()); in getCurrentlyShownProperty()
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx192 if ( pInfo->aSelection.nEndPos ) in IMPL_LINK()
196 pInfo->aSelection.nEndPara++; in IMPL_LINK()
224 xCellInfo->mnParaCount = pInfo->aSelection.nEndPara - 1 - mnStartPara; in InsertCell()
236 mnStartPara = pInfo->aSelection.nEndPara - 1; in InsertCell()
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx105 uno::Any aSelection( m_xSelectionSupplier->getSelection()); in determineRanges() local
106 const uno::Type& rType = aSelection.getValueType(); in determineRanges()
113 aSelection >>= aCID; in determineRanges()
177 aSelection >>= xShape; in determineRanges()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx723 EntryEnd( pActEntry, pInfo->aSelection ); in CloseEntry()
779 || !aDebugSel.IsEqual( pInfo->aSelection ) in IMPL_LINK()
783 aDebugSel = pInfo->aSelection; in IMPL_LINK()
859 if ( pInfo->aSelection.nEndPos ) in IMPL_LINK()
1100 EntryEnd( pActEntry, pInfo->aSelection ); in TableOn()
1775 aSel.nStartPara = rInfo.aSelection.nStartPara; in AdjustStart()
1776 aSel.nStartPos = rInfo.aSelection.nStartPos; in AdjustStart()
1788 … ((aSel.nEndPara == rInfo.aSelection.nEndPara) && (aSel.nEndPos <= rInfo.aSelection.nEndPos)), in AdjustEnd()
1791 aSel.nEndPara = rInfo.aSelection.nEndPara; in AdjustEnd()
1792 aSel.nEndPos = rInfo.aSelection.nEndPos; in AdjustEnd()
[all …]
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx345 BinRangeList aSelection; in importSelection() local
346 rStrm >> aSelection; in importSelection()
348 …getAddressConverter().convertToCellRangeList( rPaneSel.maSelection, aSelection, getSheetIndex(), f… in importSelection()
465 BinRangeList aSelection; in importSelection() local
466 aSelection.read( rStrm, false ); in importSelection()
467 …getAddressConverter().convertToCellRangeList( rPaneSel.maSelection, aSelection, getSheetIndex(), f… in importSelection()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1109 ESelection aSelection( pEditView->GetSelection() ); in ImpInitPaste() local
1110 aSelection.Adjust(); in ImpInitPaste()
1111 rStart = aSelection.nStartPara; in ImpInitPaste()
1112 sal_uInt32 nSize = aSelection.nEndPara - aSelection.nStartPara + 1; in ImpInitPaste()
1210 const ESelection aSelection(nPara, 0); in ToggleBullets() local
1211 const SfxItemSet aTmpSet(pOwner->pEditEngine->GetAttribs(aSelection)); in ToggleBullets()
1420 ESelection aSelection(nPara, 0); in ApplyBulletsNumbering() local
1421 SfxItemSet aTmpSet(pOwner->pEditEngine->GetAttribs(aSelection)); in ApplyBulletsNumbering()
/trunk/main/sw/source/ui/dbui/
H A Dmmpreparemergepage.cxx148 Sequence<Any> aSelection(1); in IMPL_LINK() local
149 aSelection[0] <<= rConfigItem.GetResultSetPosition(); in IMPL_LINK()
151 aArgs[0].Value <<= aSelection; in IMPL_LINK()
/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx152 uno::Any aSelection; in filter() local
154 if(xSelection->getSelection() >>= aSelection) in filter()
156 bGotSelection = (sal_True == ( aSelection >>= xShapes )); in filter()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx256 ESelection aSelection = mpOutlinerView->GetEditView().GetSelection(); in GetSurroundingText() local
257 XubString aStr = aEditEngine->GetText(aSelection.nStartPara); in GetSurroundingText()
273 ESelection aSelection = mpOutlinerView->GetEditView().GetSelection(); in GetSurroundingTextSelection() local
274 return Selection( aSelection.nStartPos, aSelection.nEndPos ); in GetSurroundingTextSelection()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx247 String aSelection = aLB_FreeIndexes.GetSelectEntry(); variable
249 OTableIndex aIndex = RemoveFreeIndex( aSelection, sal_True );
259 String aSelection = aLB_TableIndexes.GetSelectEntry(); variable
261 OTableIndex aIndex = RemoveTableIndex( aTableName, aSelection, sal_True );
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx168 awt::Selection aSelection; in implGetSelection() local
171 aSelection = pVCLXEdit->getSelection(); in implGetSelection()
173 nStartIndex = aSelection.Min; in implGetSelection()
174 nEndIndex = aSelection.Max; in implGetSelection()
/trunk/main/offapi/com/sun/star/view/
H A DXRenderable.idl65 …long getRendererCount( [in] any aSelection, [in] sequence<com::sun::star::beans::PropertyValue> xO…
82 …star::beans::PropertyValue> getRenderer( [in] long nRenderer, [in] any aSelection, [in] sequence<c…
97 …void render( [in] long nRenderer, [in] any aSelection, [in] sequence<com::sun::star::beans::Proper…
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx954 ESelection aSelection = GetOutlinerView()->GetEditView().GetSelection(); in DeactivatePostIt() local
955 aSelection.nEndPara = aSelection.nStartPara; in DeactivatePostIt()
956 aSelection.nEndPos = aSelection.nStartPos; in DeactivatePostIt()
957 GetOutlinerView()->GetEditView().SetSelection(aSelection); in DeactivatePostIt()

Completed in 203 milliseconds

123456