Searched refs:bSameDoc (Results 1 – 7 of 7) sorted by relevance
130 sal_Bool bSameDoc = ( pDragEditView && pDragEditView->GetModel() == pScDrawView->GetModel() ); in PasteDraw() local131 if (bSameDoc) in PasteDraw()201 rProtectedChartRangesVector, aExcludedChartNames, bSameDoc ); in PasteDraw()
1532 bool bSameDoc = ( rClipParam.getSourceDocID() == pDoc->GetDocumentID() ); in PasteFromClip() local1535 rProtectedChartRangesVector, aExcludedChartNames, bSameDoc ); in PasteFromClip()
407 …Vector& rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames, bool bSameDoc ) in CreateProtectedChartListenersAndNotify() argument437 if ( bSameDoc ) in CreateProtectedChartListenersAndNotify()
61 …rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames, bool bSameDoc = true );
732 sal_Bool bSameDoc = ( aThisFile == aOtherFile && aThisFile.Len() ); in CompareDocument() local733 if ( !bSameDoc ) in CompareDocument()
1519 sal_Bool bSameDoc = pDoc && pClipDoc && pDoc->GetPool() == pClipDoc->GetPool(); in CopyFromClip() local1526 if( pOldObject && !bSameDoc && !bDestClip ) in CopyFromClip()1642 if ( ( bInSourceRange || bSameDoc ) && !bDestClip ) in CopyFromClip()
1623 bool bSameDoc = true; in convertRelToAbs() local1632 bSameDoc = false; in convertRelToAbs()1675 bSameDoc = false; in convertRelToAbs()1680 bSameDoc = false; in convertRelToAbs()1813 else if (bSameDoc) in convertRelToAbs()
Completed in 235 milliseconds