Lines Matching refs:GetDoc
195 const bool bHasPostIts = lcl_GetPostIts( pDocShell->GetDoc(), 0 ); in lcl_GetPrintUIOptions()
198 const SwPrintData &rPrintData = pDocShell->GetDoc()->getPrintData(); in lcl_GetPrintUIOptions()
433 pPropertyHelper = new SwXDocumentPropertyHelper(*pDocShell->GetDoc()); in GetPropertyHelper()
444 if ( pDocShell->GetDoc() ) in GetNumberFormatter()
447 pDocShell->GetDoc()->GetNumberFormatter( sal_True )); in GetNumberFormatter()
468 pNumFmt->SetNumberFormatter(pDocShell->GetDoc()->GetNumberFormatter( sal_True )); in GetNumberFormatter()
482 pBodyText = new SwXBodyText(pDocShell->GetDoc()); in getText()
504 UnoActionContext* pContext = new UnoActionContext(pDocShell->GetDoc()); in lockControllers()
660 (*pxXLineNumberingProperties) = new SwXLineNumberingProperties(pDocShell->GetDoc()); in getLineNumberingProperties()
692 *pxXNumberingRules = new SwXNumberingRulesCollection( pDocShell->GetDoc() ); in getNumberingRules()
708 *pxXFootnotes = new SwXFootnotes(sal_False, pDocShell->GetDoc()); in getFootnotes()
724 *pxXFootnoteSettings = new SwXFootnoteProperties(pDocShell->GetDoc()); in getFootnoteSettings()
739 *pxXEndnotes = new SwXFootnotes(sal_True, pDocShell->GetDoc()); in getEndnotes()
754 *pxXEndnoteSettings = new SwXEndnoteProperties(pDocShell->GetDoc()); in getEndnoteSettings()
812 UnoActionContext aContext(pDocShell->GetDoc()); in replaceAll()
816 SfxItemSet aSearch(pDocShell->GetDoc()->GetAttrPool(), in replaceAll()
821 SfxItemSet aReplace(pDocShell->GetDoc()->GetAttrPool(), in replaceAll()
837 SwTxtFmtColl *pSearchColl = lcl_GetParaStyle(pSearch->sSearchText, pUnoCrsr->GetDoc()); in replaceAll()
838 SwTxtFmtColl *pReplaceColl = lcl_GetParaStyle(pSearch->sReplaceText, pUnoCrsr->GetDoc());; in replaceAll()
953 SfxItemSet aSearch(pDocShell->GetDoc()->GetAttrPool(), in FindAny()
969 SwTxtFmtColl *pSearchColl = lcl_GetParaStyle(pSearch->sSearchText, pUnoCrsr->GetDoc()); in FindAny()
1031 ::sw::CreateParentXText(*pDocShell->GetDoc(), in findFirst()
1058 ::sw::CreateParentXText(*pDocShell->GetDoc(), in findNext()
1078 const SwPagePreViewPrtData* pData = pDocShell->GetDoc()->GetPreViewPrtData(); in getPagePrintSettings()
1162 const SwPagePreViewPrtData* pData = pDocShell->GetDoc()->GetPreViewPrtData(); in setPagePrintSettings()
1219 pDocShell->GetDoc()->SetPreViewPrtData(&aData); in setPagePrintSettings()
1235 pDocShell->GetDoc()->GetAttrPool()); in printPages()
1326 *pxXReferenceMarks = new SwXReferenceMarks(pDocShell->GetDoc()); in getReferenceMarks()
1341 *pxXTextFieldTypes = new SwXTextFieldTypes(pDocShell->GetDoc()); in getTextFields()
1357 *pxXTextFieldMasters = new SwXTextFieldMasters(pDocShell->GetDoc()); in getTextFieldMasters()
1372 *pxXEmbeddedObjects = new SwXTextEmbeddedObjects(pDocShell->GetDoc()); in getEmbeddedObjects()
1387 *pxXBookmarks = new SwXBookmarks(pDocShell->GetDoc()); in getBookmarks()
1402 *pxXTextSections = new SwXTextSections(pDocShell->GetDoc()); in getTextSections()
1417 *pxXTextTables = new SwXTextTables(pDocShell->GetDoc()); in getTextTables()
1432 *pxXGraphicObjects = new SwXTextGraphicObjects(pDocShell->GetDoc()); in getGraphicObjects()
1447 *pxXTextFrames = new SwXTextFrames(pDocShell->GetDoc()); in getTextFrames()
1495 ((SwXTextDocument*)this)->pDrawPage = new SwXDrawPage(pDocShell->GetDoc()); in getDrawPage()
1775 xRet = SwXServiceProvider::MakeInstance(nType, pDocShell->GetDoc()); in createInstance()
1973 *pxXDocumentIndexes = new SwXDocumentIndexes(pDocShell->GetDoc()); in getDocumentIndexes()
2020 sal_uInt16 eMode = pDocShell->GetDoc()->GetRedlineMode(); in setPropertyValue()
2032 pDocShell->GetDoc()->SetRedlineMode( (RedlineMode_t)(eMode )); in setPropertyValue()
2040 SwDoc* pDoc = pDocShell->GetDoc(); in setPropertyValue()
2055 pDocShell->GetDoc()->SetTOIAutoMarkURL(sURL); in setPropertyValue()
2063 sal_Int16 eRedMode = pDocShell->GetDoc()->GetRedlineMode(); in setPropertyValue()
2077 pDocShell->GetDoc()->SetRedlineMode(eRedMode); in setPropertyValue()
2084 SfxRequest aRequest ( SID_ATTR_YEAR2000, SFX_CALLMODE_SLOT, pDocShell->GetDoc()->GetAttrPool()); in setPropertyValue()
2094 … if ( 0 != ( pDrawDoc = dynamic_cast< SwDrawDocument * >( pDocShell->GetDoc()->GetDrawModel() ) ) ) in setPropertyValue()
2104 … pDrawDoc = dynamic_cast< SwDrawDocument * > (pDocShell->GetDoc()->GetOrCreateDrawModel() ); in setPropertyValue()
2115 … if ( 0 != ( pDrawDoc = dynamic_cast< SwDrawDocument * > (pDocShell->GetDoc()->GetDrawModel() ) ) ) in setPropertyValue()
2126 … pDrawDoc = dynamic_cast< SwDrawDocument * > (pDocShell->GetDoc()->GetOrCreateDrawModel() ); in setPropertyValue()
2136 SwDoc* pDoc = pDocShell->GetDoc(); in setPropertyValue()
2151 pDocShell->GetDoc()->SetApplyWorkaroundForB6375613( bApplyWorkaroundForB6375613 ); in setPropertyValue()
2159 pDocShell->GetDoc()->SetDefaultPageMode( bDefaultPageMode ); in setPropertyValue()
2165 const SfxPoolItem& rItem = pDocShell->GetDoc()->GetDefault(pEntry->nWID); in setPropertyValue()
2168 pDocShell->GetDoc()->SetDefault(*pNewItem); in setPropertyValue()
2193 SwDocStat aStat(pDocShell->GetDoc()->GetDocStat()); in getPropertyValue()
2195 pDocShell->GetDoc()->UpdateDocStat( aStat ); in getPropertyValue()
2214 sal_uInt16 eMode = pDocShell->GetDoc()->GetRedlineMode(); in getPropertyValue()
2230 SwDoc* pDoc = pDocShell->GetDoc(); in getPropertyValue()
2235 aAny <<= OUString(pDocShell->GetDoc()->GetTOIAutoMarkURL()); in getPropertyValue()
2245 sal_Int16 eRedMode = pDocShell->GetDoc()->GetRedlineMode(); in getPropertyValue()
2266 …aAny <<= static_cast < sal_Int16 > (pDocShell->GetDoc()->GetNumberFormatter ( sal_True )->GetYear2… in getPropertyValue()
2273 … if ( 0 != ( pDrawDoc = dynamic_cast< SwDrawDocument * > (pDocShell->GetDoc()->GetDrawModel() ) ) ) in getPropertyValue()
2284 … if ( 0 != ( pDrawDoc = dynamic_cast< SwDrawDocument * > (pDocShell->GetDoc()->GetDrawModel() ) ) ) in getPropertyValue()
2301 aAny <<= static_cast<bool>( pDocShell->GetDoc()->IsInReading() ); in getPropertyValue()
2312 aAny <<= pDocShell->GetDoc()->ApplyWorkaroundForB6375613(); in getPropertyValue()
2319 const SfxPoolItem& rItem = pDocShell->GetDoc()->GetDefault(pEntry->nWID); in getPropertyValue()
2381 (*pxXRedlines) = new SwXRedlines(pDocShell->GetDoc()); in getRedlines()
2427 SwDoc* pDoc = pDocShell->GetDoc(); in updateLinks()
2584 pDoc = pDocShell->GetDoc(); in GetRenderDoc()
2613 pDoc = ((SwDocShell*)&xDocSh)->GetDoc(); in GetRenderDoc()
2985 pDocShell->GetDoc()->GetPreViewPrtData(); in getRenderer()
3015 Printer* pPrinter = pDocShell->GetDoc()->getPrinter( false ); in getRenderer()
3229 SwDoc* pDoc = pDocShell->GetDoc(); in getXForms()
3239 return new SwXFlatParagraphIterator( *pDocShell->GetDoc(), nTextMarkupType, bAutomatic ); in getFlatParagraphIterator()
3254 SfxObjectShellRef pShell = pDocShell->GetDoc()->CreateCopy(false); in createClone()
3304 SwDoc* pDoc = pDocShell->GetDoc(); in getDocumentLanguages()
3736 SwDoc* pDoc = pxDoc->GetDocShell()->GetDoc(); in getByName()
3780 SwDoc* pDoc = pxDoc->GetDocShell()->GetDoc(); in getElementNames()
3827 SwDoc* pDoc = pxDoc->GetDocShell()->GetDoc(); in hasByName()
4230 const bool bContainsHiddenChars = m_rShell.GetDoc()->ContainsHiddenChars(); in AdjustViewOptions()
4231 const SwFieldType* pFldType = m_rShell.GetDoc()->GetSysFldType( RES_HIDDENTXTFLD ); in AdjustViewOptions()
4233 pFldType = m_rShell.GetDoc()->GetSysFldType( RES_HIDDENPARAFLD ); in AdjustViewOptions()
4235 pFldType = m_rShell.GetDoc()->GetSysFldType( RES_JUMPEDITFLD ); in AdjustViewOptions()