| /AOO41X/main/sc/source/core/data/ |
| H A D | cell.cxx | 627 pDocument( NULL ), in ScFormulaCell() 657 pDocument( pDoc ), in ScFormulaCell() 689 pDocument( pDoc ), in ScFormulaCell() 713 ScCompiler aComp( pDocument, aPos, *pCode); in ScFormulaCell() 731 pDocument( &rDoc ), in ScFormulaCell() 736 nFormatIndex( &rDoc == rCell.pDocument ? rCell.nFormatIndex : 0 ), in ScFormulaCell() 764 if ( pCode->GetCodeError() && !pDocument->IsClipboard() && pCode->GetLen() ) in ScFormulaCell() 771 sal_Bool bClipMode = rCell.pDocument->IsClipboard(); in ScFormulaCell() 823 pDocument->RemoveFromFormulaTree( this ); in ~ScFormulaCell() 825 if (pDocument->HasExternalRefManager()) in ~ScFormulaCell() [all …]
|
| H A D | cell2.cxx | 394 if (IsDirtyOrInTableOpDirty() && pDocument->GetAutoCalc()) in IsEmpty() 401 if (IsDirtyOrInTableOpDirty() && pDocument->GetAutoCalc()) in IsEmptyDisplayedAsString() 408 if (IsDirtyOrInTableOpDirty() && pDocument->GetAutoCalc()) in IsValue() 415 if (IsDirtyOrInTableOpDirty() && pDocument->GetAutoCalc()) in GetValue() 427 if (IsDirtyOrInTableOpDirty() && pDocument->GetAutoCalc()) in GetValueAlways() 434 if (IsDirtyOrInTableOpDirty() && pDocument->GetAutoCalc()) in GetString() 445 if ( pDocument->GetAutoCalc() ) in GetMatrix() 513 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in GetMatrixEdge() 532 pCell = pDocument->GetCell( aAdr ); in GetMatrixEdge() 548 pCell = pDocument->GetCell( aAdr ); in GetMatrixEdge() [all …]
|
| H A D | validat.cxx | 71 ScDocument* pDocument, const ScAddress& rPos, in ScValidationData() argument 74 …ScConditionEntry( eOper, rExpr1, rExpr2, pDocument, rPos, rExprNmsp1, rExprNmsp2, eGrammar1, eGram… in ScValidationData() 85 ScDocument* pDocument, const ScAddress& rPos ) : in ScValidationData() argument 86 ScConditionEntry( eOper, pArr1, pArr2, pDocument, rPos ), in ScValidationData() 111 ScValidationData::ScValidationData( ScDocument* pDocument, const ScValidationData& r ) : in ScValidationData() argument 112 ScConditionEntry( pDocument, r ), in ScValidationData() 192 ScDocument* pDocument = GetDocument(); in DoScript() local 193 SfxObjectShell* pDocSh = pDocument->GetDocumentShell(); in DoScript() 194 if ( !pDocSh || !pDocument->CheckMacroWarn() ) in DoScript() 221 rPos.Format( aPosStr, SCA_VALID | SCA_TAB_3D, pDocument, pDocument->GetAddressConvention() ); in DoScript() [all …]
|
| H A D | column3.cxx | 95 if ( pOldCell->GetCellType() == CELLTYPE_FORMULA && !pDocument->IsClipOrUndo() ) in Insert() 97 pOldCell->EndListeningTo( pDocument ); in Insert() 142 if ( !(pDocument->IsClipOrUndo() || pDocument->IsInsertingFromOtherDoc()) ) in Insert() 144 pNewCell->StartListeningTo( pDocument ); in Insert() 148 if ( !(pDocument->IsCalcingAfterLoad() && eCellType == CELLTYPE_NOTE) ) in Insert() 153 pDocument->Broadcast( ScHint( SC_HINT_DATACHANGED, in Insert() 163 short eOldType = pDocument->GetFormatTable()-> in Insert() 167 short eNewType = pDocument->GetFormatTable()->GetType(nNumberFormat); in Insert() 168 if (!pDocument->GetFormatTable()->IsCompatible(eOldType, eNewType)) in Insert() 214 pDocument->Broadcast( ScHint( SC_HINT_DYING, in Delete() [all …]
|
| H A D | attarray.cxx | 69 pDocument( pDoc ) in ScAttrArray() 76 pData[0].pPattern = pDocument->GetDefPattern(); // ohne Put !!! in ScAttrArray() 90 ScDocumentPool* pDocPool = pDocument->GetPool(); in ~ScAttrArray() 134 ScDocumentPool* pDocPool = pDocument->GetPool(); in Reset() 149 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in Reset() 157 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in Reset() 159 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in Reset() 166 if (pDocument->IsStreamValid(nTab)) in Reset() 167 pDocument->SetStreamValid(nTab, sal_False); in Reset() 199 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in Concat() [all …]
|
| H A D | table2.cxx | 222 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteRow() 363 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteCol() 394 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteArea() 405 ScPatternAttr aPattern(pDocument->GetPool()); in DeleteArea() 418 ScBulkBroadcast aBulkBroadcast( pDocument->GetBASM()); in DeleteSelection() 429 ScDocumentPool* pPool = pDocument->GetPool(); in DeleteSelection() 528 ScPatternAttr aPattern(pDocument->GetPool()); in CopyFromClip() 558 sal_Bool bWasCut = pDocument->IsCutMode(); in TransposeClip() 560 ScDocument* pDestDoc = pTransClip->pDocument; in TransposeClip() 744 ScChartListenerCollection* pCharts = pDestTab->pDocument->GetChartListenerCollection(); in CopyToTable() [all …]
|
| H A D | column.cxx | 75 pDocument( NULL ) in ScColumn() 91 pDocument = pDoc; in Init() 92 pAttrArray = new ScAttrArray( nCol, nTab, pDocument ); in Init() 207 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in HasSelectionMatrixFragment() 360 return pAttrArray->GetPattern( nRow )->GetNumberFormat( pDocument->GetFormatTable() ); in GetNumberFormat() 434 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPattern() 452 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternArea() 461 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternIfNumberformatIncompatible() 462 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in ApplyPatternIfNumberformatIncompatible() 650 ScDocumentPool* pDocPool = pDocument->GetPool(); in ApplyAttr() [all …]
|
| H A D | column2.cxx | 222 pCondSet = pDocument->GetCondResult( nCol, nRow, nTab ); in GetNeededSize() 243 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in GetNeededSize() 312 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pCell ); in GetNeededSize() 365 nWidth = (long) ( pDocument->GetColWidth( nCol,nTab ) * nPPT ); in GetNeededSize() 370 nWidth += (long)( pDocument->GetRowHeight( nRow,nTab ) * in GetNeededSize() 409 long nDocPixel = (long) ( ( pDocument->GetColWidth( nCol,nTab ) - in GetNeededSize() 428 ScFieldEditEngine* pEngine = pDocument->CreateFieldEditEngine(); in GetNeededSize() 441 pDocument->ApplyAsianEditSettings( *pEngine ); in GetNeededSize() 470 long nDocWidth = (long) ( pDocument->GetOriginalWidth(nCol,nTab) * fWidthFactor ); in GetNeededSize() 474 … nDocWidth += (long) ( pDocument->GetColWidth(nCol+nColAdd,nTab) * fWidthFactor ); in GetNeededSize() [all …]
|
| H A D | dociter.cxx | 61 ScDocumentIterator::ScDocumentIterator( ScDocument* pDocument, in ScDocumentIterator() argument 63 pDoc( pDocument ), in ScDocumentIterator() 273 ScValueIterator::ScValueIterator( ScDocument* pDocument, const ScRange& rRange, in ScValueIterator() argument 275 pDoc( pDocument ), in ScValueIterator() 287 bCalcAsShown( pDocument->GetDocOptions().IsCalcAsShown() ), in ScValueIterator() 932 ScDBQueryDataIterator::ScDBQueryDataIterator(ScDocument* pDocument, ScDBQueryParamBase* pParam) : in ScDBQueryDataIterator() argument 940 mpData.reset(new DataAccessInternal(this, p, pDocument)); in ScDBQueryDataIterator() 963 ScCellIterator::ScCellIterator( ScDocument* pDocument, in ScCellIterator() argument 966 pDoc( pDocument ), in ScCellIterator() 1007 ( ScDocument* pDocument, const ScRange& rRange, sal_Bool bSTotal ) : in ScCellIterator() argument [all …]
|
| H A D | table4.cxx | 164 static ScBaseCell * lcl_getSuffixCell( ScDocument* pDocument, sal_Int32 nValue, in lcl_getSuffixCell() argument 176 EditEngine aEngine( pDocument->GetEnginePool() ); in lcl_getSuffixCell() 184 return new ScEditCell( aEngine.CreateTextObject(), pDocument, NULL ); in lcl_getSuffixCell() 226 sal_Bool bDate = ( pDocument->GetFormatTable()->GetType(nFormat) == NUMBERFORMAT_DATE ); in FillAnalyse() 233 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in FillAnalyse() 456 pDocument->SetNoListening( sal_True ); // noch falsche Referenzen in FillFormula() 458 ScFormulaCell* pDestCell = new ScFormulaCell( *pSrcCell, *pDocument, aAddr ); in FillFormula() 474 ScBaseCell* pOrgCell = pDocument->GetCell( aOrg ); in FillFormula() 497 pDocument->SetNoListening( sal_False ); in FillFormula() 498 pDestCell->StartListeningTo( pDocument ); in FillFormula() [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsPageCacheManager.cxx | 48 ::sd::slidesorter::cache::PageCacheManager::DocumentKey pDocument, in CacheDescriptor() argument 50 :mpDocument(pDocument),maPreviewSize(rPreviewSize) in CacheDescriptor() 78 ::sd::slidesorter::cache::PageCacheManager::DocumentKey pDocument, in RecentlyUsedCacheDescriptor() argument 81 :mpDocument(pDocument),maPreviewSize(rPreviewSize),mpCache(rpCache) in RecentlyUsedCacheDescriptor() 216 DocumentKey pDocument, in GetCache() argument 222 CacheDescriptor aKey (pDocument, rPreviewSize); in GetCache() 229 pResult = GetRecentlyUsedCache(pDocument, rPreviewSize); in GetCache() 238 Recycle(pResult, pDocument,rPreviewSize); in GetCache() 252 DocumentKey pDocument, in Recycle() argument 261 if (iActiveCache->first.mpDocument == pDocument) in Recycle() [all …]
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | viewshe3.cxx | 219 SdDrawDocument* pDocument = GetDoc(); in CreateOrDuplicatePage() local 220 SdrLayerAdmin& rLayerAdmin = pDocument->GetLayerAdmin(); in CreateOrDuplicatePage() 229 if (pDocument->GetSdPage(0, ePageKind) != NULL) in CreateOrDuplicatePage() 230 pTemplatePage = pDocument->GetSdPage(0, ePageKind); in CreateOrDuplicatePage() 261 pDocument->StopWorkStartupDelay(); in CreateOrDuplicatePage() 270 …SdPage* pNotesTemplatePage = static_cast<SdPage*>(pDocument->GetPage(pTemplatePage->GetPageNum()+1… in CreateOrDuplicatePage() 277 pDocument->StopWorkStartupDelay(); in CreateOrDuplicatePage() 294 pDocument->StopWorkStartupDelay(); in CreateOrDuplicatePage() 363 pDocument->CreateFirstPages(); in CreateOrDuplicatePage() 370 nNewPageIndex = pDocument->CreatePage ( in CreateOrDuplicatePage() [all …]
|
| H A D | OutlinerIterator.cxx | 213 SdDrawDocument* pDocument, in CreateSelectionIterator() argument 248 rObjectList, nObjectIndex, pDocument, rpViewShell, bDirectionIsForward)); in CreateSelectionIterator() 252 SdDrawDocument* pDocument, in CreateDocumentIterator() argument 307 sal_Int32 nPageIndex = GetPageIndex (pDocument, rpViewShell, in CreateDocumentIterator() 312 pDocument, rpViewShell, bDirectionIsForward)); in CreateDocumentIterator() 316 SdDrawDocument* pDocument, in GetPageIndex() argument 334 nPageCount = pDocument->GetSdPageCount (ePageKind); in GetPageIndex() 337 nPageCount = pDocument->GetMasterSdPageCount(ePageKind); in GetPageIndex() 382 IteratorImplBase::IteratorImplBase(SdDrawDocument* pDocument, in IteratorImplBase() argument 386 , mpDocument (pDocument) in IteratorImplBase() [all …]
|
| H A D | ViewShellImplementation.cxx | 107 SdDrawDocument* pDocument = mrViewShell.GetDoc(); in ProcessModifyPageSlot() local 108 SdrLayerAdmin& rLayerAdmin = pDocument->GetLayerAdmin(); in ProcessModifyPageSlot() 180 pHandoutMPage = pDocument->GetMasterSdPage(0, PK_HANDOUT); in ProcessModifyPageSlot() 201 pDocument, pUndoPage, aNewName, aNewAutoLayout, bBVisible, bBObjsVisible); in ProcessModifyPageSlot() 217 SdPage* pNotesPage = pDocument->GetSdPage(nPage, PK_NOTES); in ProcessModifyPageSlot() 249 pDocument->SetChanged(bSetModified); in ProcessModifyPageSlot() 263 SdDrawDocument* pDocument = mrViewShell.GetDoc(); in AssignLayout() local 264 if( !pDocument ) in AssignLayout() 270 pPage = pDocument->GetSdPage(static_cast<sal_uInt16>(pWhatPage->GetValue()), ePageKind); in AssignLayout()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | chartarr.cxx | 81 pDocument( pDoc ), in ScChartArray() 90 pDocument( pDoc ), in ScChartArray() 99 pDocument(rArr.pDocument), in ScChartArray() 168 while (pDocument->ColHidden(nCol1, nTab1, nLastCol)) in CreateMemChartSingle() 173 if (pDocument->RowHidden(nRow1, nTab1, nLastRow)) in CreateMemChartSingle() 194 if (!pDocument->ColHidden(nThisCol, nTab1, nLastCol)) in CreateMemChartSingle() 208 if (pDocument->RowHidden(nThisRow, nTab1, nLastRow)) in CreateMemChartSingle() 250 sal_Bool bCalcAsShown = pDocument->GetDocOptions().IsCalcAsShown(); in CreateMemChartSingle() 258 pDocument->GetCell( aCols[nCol], aRows[nRow], nTab1, pCell ); in CreateMemChartSingle() 268 pDocument->GetNumberFormat( aCols[nCol], in CreateMemChartSingle() [all …]
|
| H A D | rangeutl.cxx | 463 const ScDocument* pDocument, in GetAddressFromString() argument 473 …if ((rAddress.Parse( sToken, const_cast<ScDocument*>(pDocument), eConv ) & SCA_VALID) == SCA_VALID) in GetAddressFromString() 482 const ScDocument* pDocument, in GetRangeFromString() argument 500 …bResult = ((rRange.aStart.Parse( aUIString, const_cast<ScDocument*> (pDocument), eConv) & SCA_VALI… in GetRangeFromString() 515 …bResult = ((rRange.Parse(aUIString, const_cast<ScDocument*> (pDocument), eConv) & SCA_VALID) == SC… in GetRangeFromString() 521 …= ((rRange.aStart.Parse( aUIString.Copy(0, (xub_StrLen)nIndex), const_cast<ScDocument*>(pDocument), in GetRangeFromString() 523 … ((rRange.aEnd.Parse( aUIString.Copy((xub_StrLen)nIndex+1), const_cast<ScDocument*>(pDocument), in GetRangeFromString() 534 const ScDocument* pDocument, in GetRangeListFromString() argument 545 …if( GetRangeFromString( *pRange, rRangeListStr, pDocument, eConv, nOffset, cSeperator, cQuote ) &&… in GetRangeListFromString() 559 const ScDocument* pDocument, in GetAreaFromString() argument [all …]
|
| H A D | chartpos.cxx | 37 bool lcl_hasValueDataButNoDates( ScDocument* pDocument, SCCOL nCol, SCROW nRow, SCTAB nTab ) in lcl_hasValueDataButNoDates() argument 40 if (pDocument->HasValueData( nCol, nRow, nTab )) in lcl_hasValueDataButNoDates() 43 sal_uInt32 nNumberFormat = pDocument->GetNumberFormat( ScAddress( nCol, nRow, nTab ) ); in lcl_hasValueDataButNoDates() 44 short nType = pDocument->GetFormatTable()->GetType(nNumberFormat); in lcl_hasValueDataButNoDates() 54 pDocument( pDoc ), in ScChartPositioner() 69 pDocument( pDoc ), in ScChartPositioner() 84 pDocument(rPositioner.pDocument), in ScChartPositioner() 305 if (lcl_hasValueDataButNoDates( pDocument, iCol, nRow1, nTab1 )) in CheckColRowHeaders() 310 if (lcl_hasValueDataButNoDates( pDocument, nCol1, iRow, nTab1 )) in CheckColRowHeaders() 330 if (lcl_hasValueDataButNoDates( pDocument, nCol1, iRow, nTab1 )) in CheckColRowHeaders() [all …]
|
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | DocumentHelper.cxx | 169 SdDrawDocument* pDocument = NULL; in GetSlideForMasterPage() local 171 pDocument = dynamic_cast<SdDrawDocument*>(pMasterPage->GetModel()); in GetSlideForMasterPage() 175 if (pDocument!=NULL && pDocument->GetSdPageCount(PK_STANDARD) > 0) in GetSlideForMasterPage() 179 sal_uInt16 nPageIndex (pDocument->GetSdPageCount(PK_STANDARD)-1); in GetSlideForMasterPage() 183 pCandidate = pDocument->GetSdPage( in GetSlideForMasterPage() 432 SdDrawDocument* pDocument = dynamic_cast<SdDrawDocument*>(pPage->GetModel()); in AssignMasterPageToPage() local 433 if (pDocument == NULL) in AssignMasterPageToPage() 441 pDocument->GetDocSh()->GetUndoManager()->AddUndoAction( in AssignMasterPageToPage() 443 *pDocument, *pPage, pPage->getSdrPageProperties().GetItemSet()), in AssignMasterPageToPage() 447 pDocument->SetMasterPage ( in AssignMasterPageToPage() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | excel.cxx | 53 FltError ScFormatFilterPluginImpl::ScImportExcel( SfxMedium& rMedium, ScDocument* pDocument, const … in ScImportExcel() argument 56 DBG_ASSERT( pDocument, "::ScImportExcel - no document" ); in ScImportExcel() 57 if( !pDocument ) return eERR_INTERN; // should not happen in ScImportExcel() 81 if( SfxObjectShell* pDocShell = pDocument->GetDocumentShell() ) try in ScImportExcel() 192 XclImpRootData aImpData( eBiff, rMedium, xRootStrg, *pDocument, RTL_TEXTENCODING_MS_1252 ); in ScImportExcel() 215 static FltError lcl_ExportExcelBiff( SfxMedium& rMedium, ScDocument *pDocument, in lcl_ExportExcelBiff() argument 244 … XclExpRootData aExpData( bBiff8 ? EXC_BIFF8 : EXC_BIFF5, rMedium, xRootStrg, *pDocument, eNach ); in lcl_ExportExcelBiff() 269 static FltError lcl_ExportExcel2007Xml( SfxMedium& rMedium, ScDocument *pDocument, in lcl_ExportExcel2007Xml() argument 274 XclExpRootData aExpData( EXC_BIFF8, rMedium, xRootStrg, *pDocument, eNach ); in lcl_ExportExcel2007Xml() 284 FltError ScFormatFilterPluginImpl::ScExportExcel5( SfxMedium& rMedium, ScDocument *pDocument, in ScExportExcel5() argument [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | rangeutl.hxx | 146 const ScDocument* pDocument, 154 const ScDocument* pDocument, 162 const ScDocument* pDocument, 170 const ScDocument* pDocument, 180 const ScDocument* pDocument, 188 const ScDocument* pDocument, 196 const ScDocument* pDocument, 205 const ScDocument* pDocument, 213 const ScDocument* pDocument, 221 const ScDocument* pDocument, [all …]
|
| H A D | dociter.hxx | 67 ScDocumentIterator( ScDocument* pDocument, SCTAB nStartTable, SCTAB nEndTable ); 112 ScValueIterator(ScDocument* pDocument, 208 ScDBQueryDataIterator(ScDocument* pDocument, ScDBQueryParamBase* pParam); 235 ScCellIterator(ScDocument* pDocument, 239 ScCellIterator(ScDocument* pDocument, 296 ScQueryCellIterator(ScDocument* pDocument, SCTAB nTable, 387 ScDocAttrIterator(ScDocument* pDocument, SCTAB nTable, 407 ScAttrRectIterator(ScDocument* pDocument, SCTAB nTable, 431 ScHorizontalCellIterator(ScDocument* pDocument, SCTAB nTable, 467 ScHorizontalValueIterator( ScDocument* pDocument, [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsSlotManager.cxx | 134 SdDrawDocument* pDocument = mrSlideSorter.GetModel().GetDocument(); in FuTemporary() local 202 pDocument, in FuTemporary() 211 pDocument, in FuTemporary() 220 pDocument, in FuTemporary() 229 pDocument, in FuTemporary() 328 SdDrawDocument* pDocument in FuSupport() local 330 if (pDocument != NULL) in FuSupport() 334 pDocument->GetDocSh()->SetStyleFamily( in FuSupport() 961 SdDrawDocument* pDocument = mrSlideSorter.GetModel().GetDocument(); in RenameSlideFromDrawViewShell() local 962 if( pDocument->GetPageByName( rName, bOutDummy ) != SDRPAGE_NOTFOUND ) in RenameSlideFromDrawViewShell() [all …]
|
| H A D | SlsListener.cxx | 622 SdDrawDocument* pDocument (mrSlideSorter.GetModel().GetDocument()); in HandleModelChange() local 623 if (pDocument != NULL in HandleModelChange() 624 … && pDocument->GetMasterSdPageCount(PK_STANDARD) == pDocument->GetMasterSdPageCount(PK_NOTES)) in HandleModelChange() 630 cache::PageCacheManager::Instance()->InvalidateAllPreviewBitmaps(pDocument->getUnoModel()); in HandleModelChange() 648 SdDrawDocument* pDocument = mrSlideSorter.GetModel().GetDocument(); in HandleShapeModification() local 649 if (pDocument == NULL) in HandleShapeModification() 651 OSL_ASSERT(pDocument!=NULL); in HandleShapeModification() 654 pCacheManager->InvalidatePreviewBitmap(pDocument->getUnoModel(), pPage); in HandleShapeModification() 661 for (sal_uInt16 nIndex=0,nCount=pDocument->GetSdPageCount(PK_STANDARD); in HandleShapeModification() 665 const SdPage* pCandidate = pDocument->GetSdPage(nIndex, PK_STANDARD); in HandleShapeModification() [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | SwUndoFmt.cxx | 258 SwDoc * pDocument) in SwUndoCharFmtCreate() argument 259 : SwUndoFmtCreate(UNDO_CHARFMT_CREATE, pNewFmt, pDerivedFrom, pDocument) in SwUndoCharFmtCreate() 278 SwUndoCharFmtDelete::SwUndoCharFmtDelete(SwCharFmt * pOld, SwDoc * pDocument) in SwUndoCharFmtDelete() argument 279 : SwUndoFmtDelete(UNDO_CHARFMT_DELETE, pOld, pDocument) in SwUndoCharFmtDelete() 300 SwDoc * pDocument) in SwUndoRenameCharFmt() argument 301 : SwUndoRenameFmt(UNDO_CHARFMT_RENAME, sInitOldName, sInitNewName, pDocument) in SwUndoRenameCharFmt() 312 SwDoc * pDocument) in SwUndoFrmFmtCreate() argument 313 : SwUndoFmtCreate(UNDO_FRMFMT_CREATE, pNewFmt, pDerivedFrom, pDocument), in SwUndoFrmFmtCreate() 333 SwUndoFrmFmtDelete::SwUndoFrmFmtDelete(SwFrmFmt * pOld, SwDoc * pDocument) in SwUndoFrmFmtDelete() argument 334 : SwUndoFmtDelete(UNDO_FRMFMT_DELETE, pOld, pDocument) in SwUndoFrmFmtDelete() [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/inc/cache/ |
| H A D | SlsPageCacheManager.hxx | 79 DocumentKey pDocument, 103 DocumentKey pDocument, 110 void InvalidateAllPreviewBitmaps (DocumentKey pDocument); 152 DocumentKey pDocument, 160 DocumentKey pDocument, 170 DocumentKey pDocument, 178 DocumentKey pDocument,
|