Searched refs:xCharIdx (Results 1 – 1 of 1) sorted by relevance
350 Reference<XIndexAccess> xCharIdx(xChar, UNO_QUERY); in Activate() local351 if(xCharIdx.is()) in Activate()354 for(sal_Int32 nStyle = 0; nStyle < xCharIdx->getCount(); nStyle++) in Activate()356 Any aStyle = xCharIdx->getByIndex(nStyle); in Activate()
Completed in 13 milliseconds