Searched refs:bIgnoreEmpty (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1751 sal_Bool bIgnoreEmpty ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in Append() argument 1754 …tatic_cast< const uno::Sequence< uno::Sequence< uno::Any > >* >( rAny.getValue() ), bIgnoreEmpty ); in Append() 1760 else if( !bIgnoreEmpty ) in Append() 1769 sal_Bool bIgnoreEmpty ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in Append() argument 1773 Append( rAnyConv, pArray[ nIndex ], bIgnoreEmpty ); in Append() 1780 sal_Bool bIgnoreEmpty ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in Append() argument 1784 Append( rAnyConv, pArray[ nIndex ], bIgnoreEmpty ); in Append() 1793 sal_Bool bIgnoreEmpty ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in Append() argument 1796 Append( rAnyConv, rAnySeq, bIgnoreEmpty ); in Append()
|
H A D | analysishelper.hxx | 376 … sal_Bool bIgnoreEmpty ) throw( CSS::uno::RuntimeException, CSS::lang::IllegalArgumentException ); 383 … sal_Bool bIgnoreEmpty ) throw( CSS::uno::RuntimeException, CSS::lang::IllegalArgumentException ); 390 … sal_Bool bIgnoreEmpty ) throw( CSS::uno::RuntimeException, CSS::lang::IllegalArgumentException ); 413 …sal_Bool bIgnoreEmpty = sal_True ) throw( CSS::uno::RuntimeException, CSS::lang::IllegalArgumentEx…
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 891 …elper::convertStringToStringList( OUStringVector& orVec, const OUString& rData, bool bIgnoreEmpty ) in convertStringToStringList() argument 900 if( !bIgnoreEmpty || (aToken.getLength() > 0) ) in convertStringToStringList() 905 …tringHelper::convertStringToIntList( Int64Vector& orVec, const OUString& rData, bool bIgnoreEmpty ) in convertStringToIntList() argument 915 if( !bIgnoreEmpty || bOk ) in convertStringToIntList()
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 428 …onvertStringToStringList( OUStringVector& orVec, const ::rtl::OUString& rData, bool bIgnoreEmpty ); 429 … convertStringToIntList( Int64Vector& orVec, const ::rtl::OUString& rData, bool bIgnoreEmpty );
|
Completed in 65 milliseconds