Searched defs:bSameDoc (Results 1 – 6 of 6) sorted by relevance
130 sal_Bool bSameDoc = ( pDragEditView && pDragEditView->GetModel() == pScDrawView->GetModel() ); in PasteDraw() local
1532 bool bSameDoc = ( rClipParam.getSourceDocID() == pDoc->GetDocumentID() ); in PasteFromClip() local
407 …Vector& rRangesVector, const ::std::vector< ::rtl::OUString >& rExcludedChartNames, bool bSameDoc ) in CreateProtectedChartListenersAndNotify()
732 sal_Bool bSameDoc = ( aThisFile == aOtherFile && aThisFile.Len() ); in CompareDocument() local
1519 sal_Bool bSameDoc = pDoc && pClipDoc && pDoc->GetPool() == pClipDoc->GetPool(); in CopyFromClip() local
1623 bool bSameDoc = true; in convertRelToAbs() local
Completed in 89 milliseconds