Home
last modified time | relevance | path

Searched refs:xCompoentDoc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/access/
H A Dacccell.cxx493 uno::Reference<XAccessibleComponent> xCompoentDoc(xAccDoc, uno::UNO_QUERY); in getBackground() local
494 if (xCompoentDoc.is()) in getBackground()
496 crBack = (sal_uInt32)xCompoentDoc->getBackground(); in getBackground()
H A Dacctable.cxx1815 uno::Reference<XAccessibleComponent> xCompoentDoc(xAccDoc,uno::UNO_QUERY); in getBackground() local
1816 if (xCompoentDoc.is()) in getBackground()
1818 crBack = (sal_uInt32)xCompoentDoc->getBackground(); in getBackground()