Home
last modified time | relevance | path

Searched refs:HasAttrib (Results 26 – 41 of 41) sorted by relevance

12

/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx84 if (pDoc->HasAttrib( nStartCol,nStartRow,nTab, nEndCol,nEndRow,nTab, in lcl_PaintWidthHeight()
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx280 if ( bAnyItem && HasAttrib( 0,nY1,nTab, MAXCOL,nY2+1,nTab, in FillInfo()
H A Dconditio.cxx1422 if ( pDoc->HasAttrib( 0,aRange.aStart.Row(),aRange.aStart.Tab(), in DoRepaint()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx1148 if ( mpImpl->mpTextEngine->HasAttrib( TEXTATTR_HYPERLINK ) ) // Dann auch als HTML in Copy()
2109 if ( mpImpl->mpTextEngine->HasAttrib( TEXTATTR_HYPERLINK ) ) // Dann auch als HTML in dragGestureRecognized()
H A Dtexteng.cxx1134 sal_Bool TextEngine::HasAttrib( sal_uInt16 nWhich ) const in HasAttrib() function in TextEngine
1140 bAttr = pNode->GetCharAttribs().HasAttrib( nWhich ); in HasAttrib()
/trunk/main/sc/inc/
H A Ddocument.hxx893 SC_DLLPUBLIC bool HasAttrib( SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
895 SC_DLLPUBLIC bool HasAttrib( const ScRange& rRange, sal_uInt16 nMask );
H A Dtable.hxx525 …bool HasAttrib( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal_uInt16 nMask ) cons…
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1120 if ( pDoc->HasAttrib( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab, in MergeCells()
1177 if ( pDoc->HasAttrib( aRange, HASATTR_MERGED ) ) in TestRemoveMerge()
H A Dprintfun.cxx740 if ( nEndCol < MAXCOL && pDoc->HasAttrib( in AdjustPrintArea()
743 if ( nEndRow < MAXROW && pDoc->HasAttrib( in AdjustPrintArea()
H A Dviewfun3.cxx890 …if ( rTabSelection.GetTableSelect(nTab) && pDoc->HasAttrib( nCol1, nRow1, nTab, nCol2, nRow2, nTab… in lcl_SelHasAttrib()
H A Dgridwin.cxx2166 … bool bCellProtected = pDoc->HasAttrib(nPosX, nPosY, nTab, nPosX, nPosY, nTab, HASATTR_PROTECTED); in MouseButtonUp()
2852 …bool bCellProtected = pDoc->HasAttrib(nCellX, nCellY, nTab, nCellX, nCellY, nTab, HASATTR_PROTECTE… in Command()
H A Ddbfunc3.cxx424 if (pDoc->HasAttrib( rParam.nCol1, rParam.nRow1+1, nTab, in DoSubTotals()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx486 if ( pDoc->HasAttrib( aEffRange, HASATTR_MERGED ) ) // zusammengefasste Zellen? in DoChange()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx3094 …const bool bHasAttribs = aSel.Min().GetNode()->GetCharAttribs().HasAttrib( aSel.Min().GetIndex(), … in TransliterateText()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1347 …bool bHasMerged = getDocumentFromRange( rxCellRange )->HasAttrib( aScRange, HASATTR_MERGED | HASAT… in lclGetMergedState()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5385 return pDocSh && pDocSh->GetDocument()->HasAttrib( aRange, HASATTR_MERGED ); in getIsMerged()

Completed in 316 milliseconds

12