Home
last modified time | relevance | path

Searched refs:bOtherDoc (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx33 , bOtherDoc(false) in ScInsertContentsDlg()
201 if ( bOtherDoc && mxBtnLink->get_active() ) in TestModes()
239 if ( bSet != bOtherDoc ) in SetOtherDoc()
241 bOtherDoc = bSet; in SetOtherDoc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dinscodlg.cxx32 , bOtherDoc(false) in ScInsertContentsDlg()
207 if ( bOtherDoc && mxBtnLink->get_active() ) in TestModes()
245 if ( bSet != bOtherDoc ) in SetOtherDoc()
247 bOtherDoc = bSet; in SetOtherDoc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dinscodlg.hxx48 bool bOtherDoc; member in ScInsertContentsDlg
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dinscodlg.hxx48 bool bOtherDoc; member in ScInsertContentsDlg
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/formdlg/
H A Dformula.cxx419 bool bOtherDoc = (&rRefDoc != m_pDoc && rRefDoc.GetDocumentShell()->HasName()); in SetReference() local
420 if ( bOtherDoc ) in SetReference()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/formdlg/
H A Dformula.cxx409 bool bOtherDoc = (pRefDoc != m_pDoc && pRefDoc->GetDocumentShell()->HasName()); in SetReference() local
410 if ( bOtherDoc ) in SetReference()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dcellsh1.cxx1321 bool bOtherDoc = !pDoc->IsClipboardSource(); in ExecuteEdit() local
1364 pDlg->SetOtherDoc( bOtherDoc ); in ExecuteEdit()
1368 if (!bOtherDoc) in ExecuteEdit()
1445 if ( bAsLink && bOtherDoc ) in ExecuteEdit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dcellsh1.cxx1337 bool bOtherDoc = !rDoc.IsClipboardSource(); in ExecuteEdit() local
1383 pDlg->SetOtherDoc( bOtherDoc ); in ExecuteEdit()
1387 if (!bOtherDoc) in ExecuteEdit()
1464 if ( bAsLink && bOtherDoc ) in ExecuteEdit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dinputhdl.cxx3182 bool bOtherDoc = (pRefViewSh && ((pThisDoc = pRefViewSh->GetViewData().GetDocument()) != pDoc)); in SetReference() local
3183 if (bOtherDoc && !pDoc->GetDocumentShell()->HasName()) in SetReference()
3228 if (bOtherDoc) in SetReference()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dinputhdl.cxx3399 bool bOtherDoc = (pThisDoc != &rDoc); in SetReference() local
3400 if (bOtherDoc && !rDoc.GetDocumentShell()->HasName()) in SetReference()
3445 if (bOtherDoc) in SetReference()