Home
last modified time | relevance | path

Searched refs:rRange (Results 326 – 336 of 336) sorted by relevance

1...<<11121314

/trunk/main/xmloff/inc/xmloff/
H A Dtxtimp.hxx600 ::com::sun::star::text::XTextRange> & rRange,
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.hxx973 void SetStyleToRange(const ScRange& rRange, const rtl::OUString* pStyleName,
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1098 ScUndoAutoFilter::ScUndoAutoFilter( ScDocShell* pNewDocShell, const ScRange& rRange, in ScUndoAutoFilter() argument
1100 ScDBFuncUndo( pNewDocShell, rRange ), in ScUndoAutoFilter()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx505 OUString lcl_ConvertRange( const ::rtl::OUString & rRange, const Reference< chart2::XChartDocument … in lcl_ConvertRange() argument
507 OUString aResult = rRange; in lcl_ConvertRange()
513 aResult = xConversion->convertRangeToXML( rRange ); in lcl_ConvertRange()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2719 const Reference<XTextRange> & rRange, in InsertBookmarkStartRange() argument
2724 ::boost::make_tuple(rRange, i_rXmlId, i_rpRDFaAttributes); in InsertBookmarkStartRange()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx506 void TextView::ShowSelection( const TextSelection& rRange ) in ShowSelection() argument
508 ImpShowHideSelection( sal_True, &rRange ); in ShowSelection()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1404 uno::Reference< text::XTextRange > & rRange = pImpl->GetTextRange(); in setPropertyValue() local
1405 rRange = *(uno::Reference< text::XTextRange > *)aValue.getValue(); in setPropertyValue()
H A Dunotbl.cxx3713 uno::Reference< table::XCellRange > SwXCellRange::getCellRangeByName(const OUString& rRange) in getCellRangeByName() argument
3717 String sRange(rRange); in getCellRangeByName()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx446 void ScModelObj::RepaintRange( const ScRange& rRange ) in RepaintRange() argument
449 pDocShell->PostPaint( rRange, PAINT_GRID ); in RepaintRange()
/trunk/main/sc/inc/
H A Ddocuno.hxx134 void RepaintRange( const ScRange& rRange );
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx287 SvxUnoTextRangeBase( const SvxUnoTextRangeBase& rRange ) throw();

Completed in 163 milliseconds

1...<<11121314