Searched refs:s_sIsSelectionInReadonly (Results 1 – 3 of 3) sorted by relevance
204 …xSet->setPropertyValue( s_sIsSelectionInReadonly, css::uno::makeAny(bIsSelectionInReadonly ? sal_F… in impl_checkIsSelectionInReadonly()357 xSet->getPropertyValue(s_sIsSelectionInReadonly) >>= bIsSelectionInReadonly; in impl_checkSetSelectionInReadonly()359 xSet->getPropertyValue(s_sIsSelectionInReadonly) >>= bIsSelectionInReadonly_; in impl_checkSetSelectionInReadonly()
301 xNode->getPropertyValue(s_sIsSelectionInReadonly) >>= bRet; in IsSelectionInReadonly()549 if(xNode.is() && xNode->getPropertyValue(s_sIsSelectionInReadonly)!=bSet) in SetSelectionInReadonly()551 xNode->setPropertyValue(s_sIsSelectionInReadonly, css::uno::makeAny(bSet)); in SetSelectionInReadonly()
43 …static const ::rtl::OUString s_sIsSelectionInReadonly = ::rtl::OUString::createFromAscii… variable
Completed in 16 milliseconds