Home
last modified time | relevance | path

Searched refs:isAmbiguous (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx117 if (!isAmbiguous( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS ) ) ) ) in getVerticalAlignment()
195 if (!isAmbiguous(sHoriJust)) in getHorizontalAlignment()
272 if (!isAmbiguous(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLORI ) ))) in getOrientation()
326 if (!isAmbiguous( aPropName )) in getWrapText()
375 if (!isAmbiguous( sPropName )) in getNumberFormatLocal()
510 if (!isAmbiguous(sParaIndent)) in getIndentLevel()
576 if (!isAmbiguous(sCellProt)) in getLocked()
609 if (!isAmbiguous(sCellProt)) in getFormulaHidden()
657 if (!isAmbiguous(sShrinkToFit)) in getShrinkToFit()
708 if (!isAmbiguous(sWritingMode)) in getReadingOrder()
[all …]
H A Dvbaformat.hxx56 bool isAmbiguous(const rtl::OUString& _sPropertyName) throw ( css::script::BasicErrorException );
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java719 String name, Object value, boolean isAmbiguous, boolean isDefaulted, in setProperty() argument
728 if ((isAmbiguous in setProperty()
749 isAmbiguous, in setProperty()
831 boolean isAmbiguous = false; in getProperty()
840 isAmbiguous = AnyConverter.toBoolean( in getProperty()
904 state[0] = isAmbiguous in getProperty()
914 boolean isAmbiguous, boolean wrapDefaulted, boolean isDefaulted, in wrapValue() argument
934 strct, isAmbiguous); in wrapValue()
957 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
988 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx445 bool isAmbiguous, bool isDefaulted, sal_Int16 illegalArgumentPosition)
476 bool wrapAmbiguous, bool isAmbiguous, bool wrapDefaulted,
544 rtl::OUString const & name, css::uno::Any const & value, bool isAmbiguous, in setProperty() argument
551 if ((isAmbiguous in setProperty()
580 isAmbiguous, in setProperty()
690 bool isAmbiguous = false; in getProperty() local
705 >>= isAmbiguous)) in getProperty()
820 *state = isAmbiguous in getProperty()
868 (wrapAmbiguous || !isAmbiguous) && (wrapDefaulted || !isDefaulted)); in wrapValue()
891 strct, css::uno::makeAny(isAmbiguous)); in wrapValue()
[all …]

Completed in 46 milliseconds