Home
last modified time | relevance | path

Searched refs:bSameDoc (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx130 sal_Bool bSameDoc = ( pDragEditView && pDragEditView->GetModel() == pScDrawView->GetModel() ); in PasteDraw() local
131 if (bSameDoc) in PasteDraw()
201 rProtectedChartRangesVector, aExcludedChartNames, bSameDoc ); in PasteDraw()
H A Dviewfun3.cxx1532 bool bSameDoc = ( rClipParam.getSourceDocID() == pDoc->GetDocumentID() ); in PasteFromClip() local
1535 rProtectedChartRangesVector, aExcludedChartNames, bSameDoc ); in PasteFromClip()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx407 …Vector& rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames, bool bSameDoc ) in CreateProtectedChartListenersAndNotify() argument
437 if ( bSameDoc ) in CreateProtectedChartListenersAndNotify()
/trunk/main/sc/inc/
H A Dcharthelper.hxx61 …rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames, bool bSameDoc = true );
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx732 sal_Bool bSameDoc = ( aThisFile == aOtherFile && aThisFile.Len() ); in CompareDocument() local
733 if ( !bSameDoc ) in CompareDocument()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1519 sal_Bool bSameDoc = pDoc && pClipDoc && pDoc->GetPool() == pClipDoc->GetPool(); in CopyFromClip() local
1526 if( pOldObject && !bSameDoc && !bDestClip ) in CopyFromClip()
1642 if ( ( bInSourceRange || bSameDoc ) && !bDestClip ) in CopyFromClip()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx1623 bool bSameDoc = true; in convertRelToAbs() local
1632 bSameDoc = false; in convertRelToAbs()
1675 bSameDoc = false; in convertRelToAbs()
1680 bSameDoc = false; in convertRelToAbs()
1813 else if (bSameDoc) in convertRelToAbs()

Completed in 79 milliseconds