Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptasian.cxx214 OUString sCompress(C2U(cCharacterCompressionType)); in FillItemSet() local
215 if(pImpl->xPrSetInfo.is() && pImpl->xPrSetInfo->hasPropertyByName(sCompress)) in FillItemSet()
219 pImpl->xPrSet->setPropertyValue(sCompress, aVal); in FillItemSet()
277 OUString sCompress(C2U(cCharacterCompressionType)); in Reset() local
278 if(pImpl->xPrSetInfo->hasPropertyByName(sCompress)) in Reset()
280 Any aVal = pImpl->xPrSet->getPropertyValue(sCompress); in Reset()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheCompactor.cxx103 static const ::rtl::OUString sCompress (RTL_CONSTASCII_USTRINGPARAM("Compress")); in Create() local
124 ::rtl::OUString sCompactionPolicy(sCompress); in Create()

Completed in 10 milliseconds