| /trunk/main/sw/source/ui/uno/ |
| H A D | SwXDocumentSettings.cxx | 217 , mpDoc ( NULL ) in SwXDocumentSettings() 290 mpDoc = mpDocSh->GetDoc(); in _preSetValues() 292 if( NULL == mpDoc || NULL == mpDocSh ) in _preSetValues() 321 mpDoc->setLinkUpdateMode(nMode); in _setSingleValue() 327 SwFldUpdateFlags nFlag = mpDoc->getFieldUpdateFlags(true); in _setSingleValue() 328 mpDoc->setFieldUpdateFlags( bUpdateField ? in _setSingleValue() 338 SwFldUpdateFlags nFlag = mpDoc->getFieldUpdateFlags(true); in _setSingleValue() 339 … mpDoc->setFieldUpdateFlags( (nFlag == AUTOUPD_FIELD_ONLY || nFlag == AUTOUPD_FIELD_AND_CHARTS ) ? in _setSingleValue() 350 mpDoc->set(IDocumentSettingAccess::PARA_SPACE_MAX, bParaSpace ); in _setSingleValue() 357 mpDoc->set(IDocumentSettingAccess::PARA_SPACE_MAX_AT_PAGES, bParaSpacePage ); in _setSingleValue() [all …]
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docshini.cxx | 140 SwTransferable::InitOle( this, *mpDoc ); in InitNew() 153 mpDoc->setForbiddenCharacters( eLang, aForbidden); in InitNew() 156 mpDoc->set(IDocumentSettingAccess::KERN_ASIAN_PUNCTUATION, in InitNew() 158 …mpDoc->setCharacterCompressionType(static_cast<SwCharCompressType>(aAsian.GetCharDistanceCompressi… in InitNew() 159 mpDoc->setPrintData(*SW_MOD()->GetPrtOptions(bWeb)); in InitNew() 166 SfxPrinter* pPrt = mpDoc->getPrinter( false ); in InitNew() 204 … const SvxLanguageItem& rLang = (const SvxLanguageItem&)mpDoc->GetDefault( aLangTypes[i] ); in InitNew() 241 mpDoc->SetDefault(*pFontItem); in InitNew() 244 SwTxtFmtColl *pColl = mpDoc->GetTxtCollFromPool(RES_POOLCOLL_STANDARD); in InitNew() 251 mpDoc->SetDefault(SvxFontHeightItem( nFontHeight, 100, aFontHeightWhich[i] )); in InitNew() [all …]
|
| H A D | docsh.cxx | 177 : new SwReader( rMedium, aFileName, mpDoc ); in StartConvertFrom() 256 mpDoc->RemoveAllFmtLanguageDependencies(); in ConvertFrom() 261 mpDoc->GetLinkManager().SetNeverAskUpdateAllLinks(); in ConvertFrom() 267 if ( mpDoc != pRdr->GetDoc() ) in ConvertFrom() 269 if( mpDoc ) in ConvertFrom() 271 mpDoc = pRdr->GetDoc(); in ConvertFrom() 276 … mxBasePool = new SwDocStyleSheetPool( *mpDoc, SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in ConvertFrom() 280 InitDrawModelAndDocShell(this, mpDoc ? mpDoc->GetDrawModel() : 0); in ConvertFrom() 289 if ( bOk && !mpDoc->IsInLoadAsynchron() ) in ConvertFrom() 302 if ( mpDoc == NULL ) in BeforeLoading() [all …]
|
| H A D | docsh2.cxx | 199 if ( !mpDoc ) return; in DoFlushDocInfo() 208 mpDoc->DocInfoChgd(); in DoFlushDocInfo() 245 if( !mpDoc ) in Notify() 251 uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = mpDoc->GetVbaEventProcessor(); in Notify() 286 mpDoc->GetSysFldType( RES_FILENAMEFLD )->UpdateFlds(); in Notify() 297 const bool bIsDocModified = mpDoc->IsModified(); in Notify() 299 mpDoc->DocInfoChgd( ); in Notify() 302 mpDoc->ResetModified(); in Notify() 330 if( mpDoc && IsInPrepareClose() ) in PrepareClose() 332 … uno::Reference< script::vba::XVBAEventProcessor > xVbaEvents = mpDoc->GetVbaEventProcessor(); in PrepareClose() [all …]
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | unomodel.cxx | 216 mpDoc( pShell ? pShell->GetDoc() : NULL ), in SdXImpressDocument() 222 if( mpDoc ) in SdXImpressDocument() 224 StartListening( *mpDoc ); in SdXImpressDocument() 235 mpDoc( pDoc ), in SdXImpressDocument() 241 if( mpDoc ) in SdXImpressDocument() 243 StartListening( *mpDoc ); in SdXImpressDocument() 384 return sal::static_int_cast<sal_Int64>(reinterpret_cast<sal_IntPtr>(mpDoc)); in getSomething() 450 if( mpDoc ) in Notify() 459 if( SvxUnoDrawMSFactory::createEvent( mpDoc, pSdrHint, aEvent ) ) in Notify() 465 if( mpDoc ) in Notify() [all …]
|
| /trunk/main/sd/source/ui/docshell/ |
| H A D | docshel4.cxx | 123 SD_MOD()->GetSdOptions(mpDoc->GetDocumentType())); in GetPrinter() 180 …if ( mpDoc->GetPrinterIndependentLayout() == ::com::sun::star::document::PrinterIndependentLayout:… in SetPrinter() 189 …if ( mpDoc->GetPrinterIndependentLayout() == ::com::sun::star::document::PrinterIndependentLayout:… in UpdateFontList() 245 if( mpDoc ) in UpdateRefDevice() 249 switch (mpDoc->GetPrinterIndependentLayout()) in UpdateRefDevice() 268 mpDoc->SetRefDevice( pRefDevice ); in UpdateRefDevice() 270 ::sd::Outliner* pOutl = mpDoc->GetOutliner( sal_False ); in UpdateRefDevice() 275 ::sd::Outliner* pInternalOutl = mpDoc->GetInternalOutliner( sal_False ); in UpdateRefDevice() 300 mpDoc->NewOrLoadCompleted(NEW_DOC); // otherwise calling in InitNew() 328 mpDoc->SetStarDrawPreviewMode( sal_True ); in Load() [all …]
|
| H A D | docshell.cxx | 136 mbOwnDocument = mpDoc == 0; in Construct() 138 mpDoc = new SdDrawDocument(meDocType, this); in Construct() 145 SetPool( &mpDoc->GetItemPool() ); in Construct() 147 mpDoc->SetSdrUndoManager( mpUndoManager ); in Construct() 148 mpDoc->SetSdrUndoFactory( new sd::UndoFactory ); in Construct() 163 mpDoc(NULL), in DrawDocShell() 185 mpDoc(NULL), in DrawDocShell() 209 mpDoc(pDoc), in DrawDocShell() 243 if( mpDoc ) in ~DrawDocShell() 244 mpDoc->SetSdrUndoManager( 0 ); in ~DrawDocShell() [all …]
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fupage.cxx | 184 SfxItemSet aNewAttr(mpDoc->GetPool(), in ExecuteDialog() 185 mpDoc->GetPool().GetWhich(SID_ATTR_LRSPACE), in ExecuteDialog() 186 mpDoc->GetPool().GetWhich(SID_ATTR_ULSPACE), in ExecuteDialog() 203 …mpDoc->GetDefaultWritingMode() == ::com::sun::star::text::WritingMode_RL_TB ? FRMDIR_HORI_RIGHT_TO… in ExecuteDialog() 213 aPageItem.SetNumType( mpDoc->GetPageNumType() ); in ExecuteDialog() 229 …_uInt16)mpPage->GetLftBorder(), (sal_uInt16)mpPage->GetRgtBorder(), 0, 0, mpDoc->GetPool().GetWhic… in ExecuteDialog() 232 …( (sal_uInt16)mpPage->GetUppBorder(), (sal_uInt16)mpPage->GetLwrBorder(), mpDoc->GetPool().GetWhic… in ExecuteDialog() 236 bool bScale = mpDoc->GetDocumentType() != DOCUMENT_TYPE_DRAW; in ExecuteDialog() 309 … pTempSet.reset( new SfxItemSet( mpDoc->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST, 0) ); in ExecuteDialog() 314 SfxItemSet aMigrateSet( mpDoc->GetPool(), XATTR_FILLBITMAP, XATTR_FILLBITMAP ); in ExecuteDialog() [all …]
|
| H A D | fuexpand.cxx | 89 sal_uInt16 nCount = mpDoc->GetSdPageCount(PK_STANDARD); in DoExecute() 93 if (mpDoc->GetSdPage(i, PK_STANDARD)->IsSelected()) in DoExecute() 95 pActualPage = mpDoc->GetSdPage(i, PK_STANDARD); in DoExecute() 104 new ::sd::Outliner( mpDoc, OUTLINERMODE_OUTLINEOBJECT ); in DoExecute() 111 pOutl->SetDefTab( mpDoc->GetDefaultTabulator() ); in DoExecute() 112 pOutl->SetStyleSheetPool((SfxStyleSheetPool*) mpDoc->GetStyleSheetPool()); in DoExecute() 116 SdPage* pActualNotesPage = (SdPage*) mpDoc->GetPage(nActualPageNum + 1); in DoExecute() 131 SfxItemSet aEmptyEEAttr(mpDoc->GetPool(), EE_ITEMS_START, EE_ITEMS_END); in DoExecute() 150 SdPage* pPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() 159 mpDoc->InsertPage(pPage, nActualPageNum + nPos); in DoExecute() [all …]
|
| H A D | futempl.cxx | 119 SfxStyleSheetBasePool* pSSPool = mpDoc->GetDocSh()->GetStyleSheetPool(); in DoExecute() 157 … Reference< XStyleFamiliesSupplier > xModel(mpDoc->GetDocSh()->GetModel(), UNO_QUERY_THROW ); in DoExecute() 229 mpDoc->SetChanged(sal_True); in DoExecute() 257 …(pOldStyleSheet->GetFamily() == SD_STYLE_FAMILY_MASTERPAGE && mpDoc->GetDocumentType() == DOCUMENT… in DoExecute() 260 mpDoc->SetChanged(sal_True); in DoExecute() 325 …pStdDlg = pFact ? pFact->CreateSdTabTemplateDlg( 0, mpDoc->GetDocSh(), *pStyleSheet, mpDoc, mpView… in DoExecute() 484 … SfxPoolItem* pNewItem = ((XFillBitmapItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() 494 … SfxPoolItem* pNewItem = ((XLineDashItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() 504 … SfxPoolItem* pNewItem = ((XLineStartItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() 514 … SfxPoolItem* pNewItem = ((XLineEndItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute() [all …]
|
| H A D | fusumry.cxx | 82 sal_uInt16 nCount = mpDoc->GetSdPageCount(PK_STANDARD); in DoExecute() 91 SdPage* pActualPage = mpDoc->GetSdPage(i, PK_STANDARD); in DoExecute() 112 SdPage* pActualPage = mpDoc->GetSdPage(i, PK_STANDARD); in DoExecute() 116 SdPage* pActualNotesPage = mpDoc->GetSdPage(i, PK_NOTES); in DoExecute() 137 pSummaryPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() 145 mpDoc->InsertPage(pSummaryPage, nCount * 2 + 1); in DoExecute() 147 … mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pSummaryPage)); in DoExecute() 157 SdPage* pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() 166 mpDoc->InsertPage(pNotesPage, nCount * 2 + 2); in DoExecute() 169 mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pNotesPage)); in DoExecute() [all …]
|
| /trunk/main/sc/source/filter/rtf/ |
| H A D | eeimpars.cxx | 75 mpDoc( pDocP ), in ScEEImport() 79 const ScPatternAttr* pPattern = mpDoc->GetPattern( in ScEEImport() 81 mpEngine = new ScTabEditEngine( *pPattern, mpDoc->GetEditPool() ); in ScEEImport() 127 ScProgress* pProgress = new ScProgress( mpDoc->GetDocumentShell(), in WriteToDocument() 147 pFormatter = mpDoc->GetFormatTable(); in WriteToDocument() 155 ScDocumentPool* pDocPool = mpDoc->GetPool(); in WriteToDocument() 156 ScRangeName* pRangeNames = mpDoc->GetRangeName(); in WriteToDocument() 167 while ( nCol <= MAXCOL && mpDoc->HasAttrib( nCol, nRow, nTab, in WriteToDocument() 273 sal_uInt8 nScriptType = mpDoc->GetStringScriptType( aStr ); in WriteToDocument() 303 mpDoc->ApplyFlagsTab( nCol+1, nRow, in WriteToDocument() [all …]
|
| /trunk/main/svx/source/unodraw/ |
| H A D | unomod.cxx | 274 : mpDoc( pDoc ) in SvxUnoDrawingModel() 346 if( mpDoc ) in lockControllers() 347 mpDoc->setLock( sal_True ); in lockControllers() 353 if( mpDoc && mpDoc->isLocked() ) in unlockControllers() 355 mpDoc->setLock( sal_False ); in unlockControllers() 362 return mpDoc && mpDoc->isLocked(); in hasControllersLocked() 388 mxDashTable = SvxUnoDashTable_createInstance( mpDoc ); in createInstance() 394 mxGradientTable = SvxUnoGradientTable_createInstance( mpDoc ); in createInstance() 400 mxHatchTable = SvxUnoHatchTable_createInstance( mpDoc ); in createInstance() 406 mxBitmapTable = SvxUnoBitmapTable_createInstance( mpDoc ); in createInstance() [all …]
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLCodeNameProvider.cxx | 61 mpDoc( pDoc ), in XMLCodeNameProvider() 75 return mpDoc->GetCodeName().Len() > 0; in hasByName() 77 SCTAB nCount = mpDoc->GetTableCount(); in hasByName() 82 if( mpDoc->GetName( i, sSheetName ) && sSheetName == sName ) in hasByName() 84 mpDoc->GetCodeName( i, sCodeName ); in hasByName() 101 OUString sUCodeName( mpDoc->GetCodeName() ); in getByName() 107 SCTAB nCount = mpDoc->GetTableCount(); in getByName() 112 if( mpDoc->GetName( i, sSheetName ) && sSheetName == sName ) in getByName() 114 mpDoc->GetCodeName( i, sCodeName ); in getByName() 128 SCTAB nCount = mpDoc->GetTableCount() + 1; in getElementNames() [all …]
|
| /trunk/main/sd/source/ui/annotations/ |
| H A D | annotationmanager.cxx | 188 , mpDoc( rViewShellBase.GetDocument() ) in AnnotationManagerImpl() 192 SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); in AnnotationManagerImpl() 276 SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); in ShowAnnotations() 375 if( mpDoc->IsUndoEnabled() ) in InsertAnnotation() 376 mpDoc->BegUndo( String( SdResId( STR_ANNOTATION_UNDO_INSERT ) ) ); in InsertAnnotation() 439 if( mpDoc->IsUndoEnabled() ) in InsertAnnotation() 440 mpDoc->EndUndo(); in InsertAnnotation() 466 mpDoc->SetCalcFieldValueHdl( pOutliner.get() ); in ExecuteReplyToAnnotation() 525 if( mpDoc->IsUndoEnabled() ) in DeleteAnnotation() 526 mpDoc->BegUndo( String( SdResId( STR_ANNOTATION_UNDO_DELETE ) ) ); in DeleteAnnotation() [all …]
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleCellBase.cxx | 75 mpDoc(pDoc), in ScAccessibleCellBase() 93 if (mpDoc) in isVisible() 95 bool bColHidden = mpDoc->ColHidden(maCellAddress.Col(), maCellAddress.Tab()); in isVisible() 96 bool bRowHidden = mpDoc->RowHidden(maCellAddress.Row(), maCellAddress.Tab()); in isVisible() 97 bool bColFiltered = mpDoc->ColFiltered(maCellAddress.Col(), maCellAddress.Tab()); in isVisible() 98 bool bRowFiltered = mpDoc->RowFiltered(maCellAddress.Row(), maCellAddress.Tab()); in isVisible() 112 if (mpDoc) in getForeground() 114 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getForeground() 153 if (mpDoc) in getBackground() 155 SfxObjectShell* pObjSh = mpDoc->GetDocumentShell(); in getBackground() [all …]
|
| H A D | AccessibleCell.cxx | 194 if (mpDoc) in GetBoundingBox() 197 …mpDoc->GetAttr( maCellAddress.Col(), maCellAddress.Row(), maCellAddress.Tab(), ATTR_ROTATE_VALUE )… in GetBoundingBox() 327 …return ScAccessibleContextBase::IsDefunc() || (mpDoc == NULL) || (mpViewShell == NULL) || !getAcce… in IsDefunc() 336 mpDoc) in IsEditable() 339 const ScProtectionAttr* pItem = (const ScProtectionAttr*)mpDoc->GetAttr( in IsEditable() 353 if (mpDoc) in IsOpaque() 355 const SvxBrushItem* pItem = (const SvxBrushItem*)mpDoc->GetAttr( in IsOpaque() 407 if (mpDoc) in FillDependends() 409 … ScCellIterator aCellIter( mpDoc, 0,0, maCellAddress.Tab(), MAXCOL,MAXROW, maCellAddress.Tab() ); in FillDependends() 433 if (mpDoc) in FillPrecedents() [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | outlview.cxx | 111 , mpOutliner( mpDoc->GetOutliner(sal_True) ) in OutlineView() 592 sal_uInt16 nPageCount = mpDoc->GetSdPageCount( PK_STANDARD ); in InsertSlideForParagraph() 605 SdPage* pExample = (SdPage*)mpDoc->GetSdPage((sal_uInt16)nExample, PK_STANDARD); in InsertSlideForParagraph() 606 SdPage* pPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph() 611 mpDoc->InsertPage(pPage, (sal_uInt16)(nTarget) * 2 + 1); in InsertSlideForParagraph() 613 AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pPage)); in InsertSlideForParagraph() 642 pExample = (SdPage*)mpDoc->GetSdPage((sal_uInt16)nExample, PK_NOTES); in InsertSlideForParagraph() 643 SdPage* pNotesPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph() 650 mpDoc->InsertPage(pNotesPage, (sal_uInt16)(nTarget) * 2 + 2); in InsertSlideForParagraph() 652 AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pNotesPage)); in InsertSlideForParagraph() [all …]
|
| /trunk/main/svtools/source/edit/ |
| H A D | texteng.cxx | 92 mpDoc = 0; in SV_IMPL_VARARR_SORT() 142 delete mpDoc; in ~TextEngine() 304 return mpDoc->GetText( static_getLineEndText( aSeparator ) ); in GetText() 330 return mpDoc->GetText( nPara ); in GetText() 335 return mpDoc->GetTextLen( static_getLineEndText( aSeparator ) ); in GetTextLen() 343 return mpDoc->GetTextLen( static_getLineEndText( aSeparator ), &aSel ); in GetTextLen() 348 return mpDoc->GetNodes().GetObject( nPara )->GetText().Len(); in GetTextLen() 446 if ( mpDoc ) in ImpInitDoc() 447 mpDoc->Clear(); in ImpInitDoc() 449 mpDoc = new TextDoc; in ImpInitDoc() [all …]
|
| /trunk/main/sd/source/core/text/ |
| H A D | textapi.cxx | 96 SdDrawDocument* mpDoc; member 119 SdDrawDocument* GetDoc() { return pImpl->mpDoc; } in GetDoc() 221 pImpl->mpDoc = pDoc; in TextAPIEditSource() 235 pImpl->mpDoc=0; in Dispose() 245 if( !pImpl->mpDoc ) in GetTextForwarder() 251 pImpl->mpOutliner = new Outliner( pImpl->mpDoc, OUTLINERMODE_TEXTOBJECT ); in GetTextForwarder() 252 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in GetTextForwarder() 263 if ( pImpl->mpDoc ) in SetText() 268 pImpl->mpOutliner = new Outliner( pImpl->mpDoc, OUTLINERMODE_TEXTOBJECT ); in SetText() 269 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in SetText() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | spelldialog.cxx | 54 mpDoc( 0 ), in SFX_IMPL_CHILDWINDOW() 142 mpDoc->SetDirty(); in Reset() 150 mpDoc->DisableIdle( mbOldIdleDisabled ); in Reset() 159 mpDoc = 0; in Reset() 180 mpDoc = mpDocShell->GetDocument(); in Init() 196 ScEditableTester aTester( mpDoc, rMarkData ); in Init() 218 mbOldIdleDisabled = mpDoc->IsIdleDisabled(); in Init() 219 mpDoc->DisableIdle( sal_True ); // #42726# stop online spelling in Init() 224 mxUndoDoc->InitUndo( mpDoc, nTab, nTab ); in Init() 226 mxRedoDoc->InitUndo( mpDoc, nTab, nTab ); in Init() [all …]
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | sdtreelb.cxx | 240 , mpDoc ( NULL ) in SdPageObjsTLB() 287 sal_uInt16 maxPages = mpDoc->GetPageCount(); in getAltLongDescText() 296 pPage = (SdPage*) mpDoc->GetPage( pageNo ); in getAltLongDescText() 559 mpDoc = pInDoc; in Fill() 570 const sal_uInt16 nMaxPages = mpDoc->GetPageCount(); in Fill() 574 pPage = (SdPage*) mpDoc->GetPage( nPage ); in Fill() 592 const sal_uInt16 nMaxMasterPages = mpDoc->GetMasterPageCount(); in Fill() 596 pPage = (SdPage*) mpDoc->GetMasterPage( nPage ); in Fill() 616 mpDoc = pInDoc; in Fill() 693 pSdDrawDocShell = pSdNavigatorWin->GetDrawDocShell(mpDoc); in AddShapeList() [all …]
|
| H A D | headerfooterdlg.cxx | 168 SdDrawDocument * mpDoc; member in sd::HeaderFooterTabPage 208 mpDoc( pDoc ), in HeaderFooterDialog() 271 …const HeaderFooterSettings& rTitleSettings = mpDoc->GetSdPage(0, PK_STANDARD)->getHeaderFooterSett… in HeaderFooterDialog() 343 SdUndoGroup* pUndoGroup = new SdUndoGroup(mpDoc); in apply() 361 int nPageCount = mpDoc->GetSdPageCount( PK_STANDARD ); in apply() 365 SdPage* pPage = mpDoc->GetSdPage( (sal_uInt16)nPage, PK_STANDARD ); in apply() 384 …HeaderFooterSettings aTempSettings = mpDoc->GetSdPage( 0, PK_STANDARD )->getHeaderFooterSettings(); in apply() 390 change( pUndoGroup, mpDoc->GetSdPage( 0, PK_STANDARD ), aTempSettings ); in apply() 402 int nPageCount = mpDoc->GetSdPageCount( PK_NOTES ); in apply() 406 SdPage* pPage = mpDoc->GetSdPage( (sal_uInt16)nPage, PK_NOTES ); in apply() [all …]
|
| H A D | tpaction.cxx | 140 mpDoc ( NULL ), in SdTPAction() 183 mpDoc = pDocSh->GetDoc(); in SetView() 319 if( mpDoc && mpDoc->GetDocSh() && mpDoc->GetDocSh()->GetMedium() ) in FillItemSet() 321 String aBaseURL = mpDoc->GetDocSh()->GetMedium()->GetBaseURL(); in FillItemSet() 418 if( !bTreeUpdated && mpDoc && mpDoc->GetDocSh() && mpDoc->GetDocSh()->GetMedium() ) in UpdateTree() 421 aLbTree.Fill( mpDoc, sal_True, mpDoc->GetDocSh()->GetMedium()->GetName() ); in UpdateTree() 727 SdDrawDocument* pBookmarkDoc = mpDoc->OpenBookmarkDoc( aFile ); in IMPL_LINK() 734 mpDoc->CloseBookmarkDoc(); in IMPL_LINK() 877 if( mpDoc && mpDoc->GetDocSh() && mpDoc->GetDocSh()->GetMedium() ) in GetEditText() 878 aBaseURL = mpDoc->GetDocSh()->GetMedium()->GetBaseURL(); in GetEditText()
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlimp.cxx | 80 const String& aPageStyle = mpDoc->GetPageStyle( rRange.aStart.Tab() ); in ScHTMLImport() 81 ScStyleSheet* pStyleSheet = (ScStyleSheet*)mpDoc-> in ScHTMLImport() 145 pGlobTable->ApplyCellBorders( mpDoc, maRange.aStart ); in WriteToDocument() 153 …const ScMergeAttr* pItem = (ScMergeAttr*) mpDoc->GetAttr( pEntry->nCol, pEntry->nRow, nTab, ATTR_M… in WriteToDocument() 160 mpDoc->GetAttr( pEntry->nCol, pEntry->nRow, nTab, ATTR_BORDER ); in WriteToDocument() 165 … mpDoc->GetAttr( pEntry->nCol + nColMerge - 1, pEntry->nRow, nTab, ATTR_BORDER ); in WriteToDocument() 171 … mpDoc->GetAttr( pEntry->nCol, pEntry->nRow + nRowMerge - 1, nTab, ATTR_BORDER ); in WriteToDocument() 174 mpDoc->ApplyAttr( pEntry->nCol, pEntry->nRow, nTab, aNewItem ); in WriteToDocument() 184 InsertRangeName( mpDoc, ScfTools::GetHTMLDocName(), aNewRange ); in WriteToDocument() 187 InsertRangeName( mpDoc, ScfTools::GetHTMLTablesName(), ScRange( maRange.aStart ) ); in WriteToDocument() [all …]
|