Home
last modified time | relevance | path

Searched refs:aVal (Results 201 – 206 of 206) sorted by relevance

123456789

/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2474 Any aVal = xProp->getPropertyValue(PROPERTY_ISNEW); in implLoadAnything() local
2475 if (aVal.hasValue() && ::comphelper::getBOOL(aVal)) in implLoadAnything()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2790 String aVal( GetString() ); in ScTrim() local
2791 aVal.EraseLeadingChars(); in ScTrim()
2792 aVal.EraseTrailingChars(); in ScTrim()
2794 register const sal_Unicode* p = aVal.GetBuffer(); in ScTrim()
2795 register const sal_Unicode* const pEnd = p + aVal.Len(); in ScTrim()
/trunk/main/starmath/source/
H A Dnode.cxx266 Fraction aVal (SmPtsTo100th_mm(rSize.GetNumerator()), in SetFontSize() local
269 long nHeight = (long)aVal; in SetFontSize()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx739 SwTblBoxValue aVal(nVal); in lcl_setValue() local
740 aSet.Put(aVal); in lcl_setValue()
1876 void SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& aVal);
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx4372 Any aVal = sbxToUnoValueImpl( pVal ); in RTL_Impl_CreateUnoValue() local
4373 Any aConvertedVal = convertAny( aVal, aDestType ); in RTL_Impl_CreateUnoValue()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx5594 OString aVal = aValue.makeStringAndClear(); in emitWidgetAnnotations() local
5596 aLine.append( aVal ); in emitWidgetAnnotations()
5599 aLine.append( aVal ); in emitWidgetAnnotations()

Completed in 190 milliseconds

123456789