Home
last modified time | relevance | path

Searched refs:pRange (Results 51 – 75 of 80) sorted by relevance

1234

/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx405 const sal_uInt16* pRange = pDlg->GetInputRanges( *aAttr.GetPool() ); in executeDispatch_TransformDialog() local
406 SfxItemSet aCombAttr( *aAttr.GetPool(), pRange ); in executeDispatch_TransformDialog()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1839 const ScRange* pRange = rDestRanges.GetObject( nRange); in UpdateRangeNamesInFormulas() local
1840 SCCOL nCol1 = pRange->aStart.Col(); in UpdateRangeNamesInFormulas()
1841 SCROW nRow1 = pRange->aStart.Row(); in UpdateRangeNamesInFormulas()
1842 SCCOL nCol2 = pRange->aEnd.Col(); in UpdateRangeNamesInFormulas()
1843 SCROW nRow2 = pRange->aEnd.Row(); in UpdateRangeNamesInFormulas()
2175 const ScRange* pRange = pDestRanges->GetObject( nRange); in CopyFromClip() local
2176 SCCOL nCol1 = pRange->aStart.Col(); in CopyFromClip()
2177 SCROW nRow1 = pRange->aStart.Row(); in CopyFromClip()
2178 SCCOL nCol2 = pRange->aEnd.Col(); in CopyFromClip()
2179 SCROW nRow2 = pRange->aEnd.Row(); in CopyFromClip()
H A Ddrwlayer.cxx1465 ScRange* pRange = rRanges.GetObject(i); in lcl_MoveRanges() local
1466 if ( rSourceRange.In( *pRange ) ) in lcl_MoveRanges()
1471 pRange->Move( nDiffX, nDiffY, nDiffZ ); in lcl_MoveRanges()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx2107 ScRangeName* pRange = aDocument.GetRangeName(); in DdeCreateLinkSource() local
2108 if( pRange ) in DdeCreateLinkSource()
2111 if( pRange->SearchName( aPos, nPos ) ) in DdeCreateLinkSource()
2113 ScRangeData* pData = (*pRange)[ nPos ]; in DdeCreateLinkSource()
H A Dimpex.cxx170 ScRangeName* pRange = pDoc->GetRangeName(); in ScImportExport() local
171 if( pRange ) in ScImportExport()
174 if( pRange->SearchName( aPos, nPos ) ) in ScImportExport()
176 ScRangeData* pData = (*pRange)[ nPos ]; in ScImportExport()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx778 SwDocPositions nEnd, SwPaM* pRange ) const in MakeFindRange()
780 pRange->SetMark(); in MakeFindRange()
781 FillFindPos( nStart, *pRange->GetMark() ); in MakeFindRange()
782 FillFindPos( nEnd, *pRange->GetPoint() ); in MakeFindRange()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1289 SwXTextRange* pRange = 0; in gotoRange() local
1293 pRange = ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in gotoRange()
1298 if (!pRange && !pCursor) in gotoRange()
1309 else if (pRange) in gotoRange()
1311 if (pRange->GetPositions(aPam)) in gotoRange()
H A Dunoframe.cxx2685 SwXTextRange* pRange = 0; in attachToRange() local
2689 pRange = reinterpret_cast< SwXTextRange * >( in attachToRange()
2695 SwDoc* pDoc = pRange ? (SwDoc*)pRange->GetDoc() : pCursor ? (SwDoc*)pCursor->GetDoc() : 0; in attachToRange()
3029 SwXTextRange* pRange = 0; in attach() local
3033 pRange = reinterpret_cast< SwXTextRange * >( in attach()
H A Dunofield.cxx1223 SwXTextRange* pRange = 0; in attachToRange() local
1227 pRange = reinterpret_cast< SwXTextRange * >( in attachToRange()
1233 SwDoc* pDoc = pRange ? (SwDoc*)pRange->GetDoc() : pCursor ? (SwDoc*)pCursor->GetDoc() : 0; in attachToRange()
H A Dunodraw.cxx2019 SwXTextRange* pRange = 0; in attach() local
2025 pRange = reinterpret_cast< SwXTextRange * >( in attach()
2036 if (pRange) in attach()
2037 pDoc = pRange->GetDoc(); in attach()
H A Dunostyle.cxx4396 const sal_uInt16* pRange = 0; in insertStyle() local
4403 pRange = aCharAutoFmtSetRange; in insertStyle()
4409 pRange = 0;//aTxtNodeSetRange; in insertStyle()
4415pRange = aTxtNodeSetRange; //UUUU checked, already added support for [XATTR_FILL_FIRST, XATTR_FILL… in insertStyle()
4423 SwAttrSet aSet( pDocShell->GetDoc()->GetAttrPool(), pRange ); in insertStyle()
/trunk/main/sc/source/filter/inc/
H A Dexcimp8.hxx123 void SetAdvancedRange( const ScRange* pRange );
H A Dformel.hxx79 inline void Append( ScRange* pRange );
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx99 const String* pRange = 0 );
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1167 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( aTextPosition ); in createTextCursorByRange() local
1168 if ( pText && pRange ) in createTextCursorByRange()
1172 pCursor->SetSelection( pRange->GetSelection() ); in createTextCursorByRange()
H A Dviewuno.cxx675 const ScRange* pRange = rRanges.GetObject(i); in lcl_TabInRanges() local
676 if ( nTab >= pRange->aStart.Tab() && nTab <= pRange->aEnd.Tab() ) in lcl_TabInRanges()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx249 const sal_uInt16* pRange = pDlg->GetInputRanges( *aNewAttr.GetPool() ); in Execute() local
250 SfxItemSet aSet( *aNewAttr.GetPool(), pRange ); in Execute()
/trunk/main/sw/inc/
H A Dhintids.hxx487 sal_Bool IsInRange( const sal_uInt16* pRange, const sal_uInt16 nId );
H A Dndarr.hxx187 void SectionDown( SwNodeRange *pRange, SwStartNodeType = SwNormalStartNode );
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx72 void ImpShowHideSelection( sal_Bool bShow, const TextSelection* pRange = NULL );
/trunk/main/sc/source/ui/inc/
H A Duiitems.hxx286 const ScRange* pRange, sal_Bool bNew );
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1965 SvxUnoTextBase* pRange = SvxUnoTextBase::getImplementation( xText ); in getTextSelection() local
1966 if( pRange ) in getTextSelection()
1968 rSelection <<= pRange->createTextCursorBySelection( pOutlinerView->GetSelection() ); in getTextSelection()
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx370 if( const ScRange* pRange = maMergedRanges.GetObject( i ) ) in SaveXml() local
373 XML_ref, XclXmlUtils::ToOString( *pRange ).getStr(), in SaveXml()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx904 SwXTextRange* pRange = 0; in FindAny() local
907 pRange = reinterpret_cast<SwXTextRange*>(xCursorTunnel->getSomething( in FindAny()
910 if(!pRange) in FindAny()
912 pRange->GetPositions(*pUnoCrsr); in FindAny()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx511 void TextView::ImpShowHideSelection( sal_Bool bShow, const TextSelection* pRange ) in ImpShowHideSelection() argument
513 const TextSelection* pRangeOrSelection = pRange ? pRange : &mpImpl->maSelection; in ImpShowHideSelection()

Completed in 283 milliseconds

1234