/aoo41x/main/tools/inc/tools/ |
H A D | multisel.hxx | 113 struct Range struct in StringRangeEnumerator 118 Range() : nFirst( -1 ), nLast( -1 ) {} in Range() function 119 Range( sal_Int32 i_nFirst, sal_Int32 i_nLast ) : nFirst( i_nFirst ), nLast( i_nLast ) {} in Range() function 121 std::vector< StringRangeEnumerator::Range > maSequence;
|
H A D | gen.hxx | 276 class Range : public Pair class 294 inline Range::Range() in Range() function in Range 298 inline Range::Range( long nMin, long nMax ) : Pair( nMin, nMax ) in Range() function in Range
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbabookmark.cxx | 79 uno::Any SAL_CALL SwVbaBookmark::Range() throw ( uno::RuntimeException ) in Range() function in SwVbaBookmark
|
H A D | vbatable.cxx | 43 SwVbaTable::Range( ) throw (script::BasicErrorException, uno::RuntimeException) in Range() function in SwVbaTable
|
H A D | vbatables.cxx | 82 SwVbaTables::Add( const uno::Reference< word::XRange >& Range, const uno::Any& NumRows, const uno::… in Add()
|
H A D | vbadocument.cxx | 81 SwVbaDocument::Range( const uno::Any& rStart, const uno::Any& rEnd ) throw ( uno::RuntimeException ) in Range() function in SwVbaDocument
|
H A D | vbafield.cxx | 355 SwVbaFields::Add( const css::uno::Reference< ::ooo::vba::word::XRange >& Range, const css::uno::Any… in Add()
|
/aoo41x/main/drawinglayer/source/drawinglayeruno/ |
H A D | xprimitive2drenderer.cxx | 119 uno::Reference< rendering::XBitmap > XPrimitive2DRenderer::rasterize( in rasterize()
|
/aoo41x/main/framework/source/uielement/ |
H A D | progressbarwrapper.cxx | 119 void ProgressBarWrapper::start( const ::rtl::OUString& Text, ::sal_Int32 Range ) in start()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | bitset.cxx | 195 BitSet::BitSet( const Range& ) in BitSet()
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 272 struct Range struct 274 Address maFirst; 275 Address maLast; 276 inline explicit Range() {} in Range() function
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaglobals.cxx | 133 ScVbaGlobals::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeException) in Range() function in ScVbaGlobals
|
H A D | vbaworksheet.cxx | 628 ScVbaWorksheet::Range( const ::uno::Any& Cell1, const ::uno::Any& Cell2 ) throw (uno::RuntimeExcept… in Range() function in ScVbaWorksheet
|
H A D | vbaapplication.cxx | 451 ScVbaApplication::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeExceptio… in Range() function in ScVbaApplication
|
H A D | vbarange.cxx | 2647 ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2 ) throw (uno::RuntimeException) in Range() function in ScVbaRange 2652 ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2, bool bForceUseInpuRangeTab ) throw… in Range() function in ScVbaRange
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 189 ScVbaShapes::Range( const uno::Any& shapes ) throw (css::uno::RuntimeException) in Range() function in ScVbaShapes
|
/aoo41x/main/svx/source/table/ |
H A D | tablemodel.cxx | 324 Reference< XCellCursor > SAL_CALL TableModel::createCursorByRange( const Reference< XCellRange >& R… in createCursorByRange()
|
/aoo41x/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 410 class Range class 419 Range(int start, int end, TreeNode node) in Range() method in Range
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 2688 typedef std::pair< CIT, CIT > Range; in FindXF() typedef
|