Searched refs:bExact (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/core/access/ |
H A D | acctable.cxx | 103 sal_Bool bExact, const SwFrm *& rFrm ) const; 132 const SwFrm *GetCell( sal_Int32 nRow, sal_Int32 nColumn, sal_Bool bExact, 136 sal_Bool bExact ) const; 322 const Point& rPos, const SwFrm *pFrm, sal_Bool bExact, in FindCell() argument 347 if( !bExact || in FindCell() 360 bFound = FindCell( rPos, pLower, bExact, rRet ); in FindCell() 486 sal_Int32 nLeft, sal_Int32 nTop, sal_Bool bExact ) const in GetCellAtPos() 491 FindCell( aPos, mpTabFrm, bExact, pRet ); in GetCellAtPos()
|
/aoo41x/main/desktop/source/app/ |
H A D | langselect.cxx | 421 sal_Bool LanguageSelection::isInstalledLanguage(OUString& usLocale, sal_Bool bExact) in isInstalledLanguage() argument 434 if (!bInstalled && !bExact) in isInstalledLanguage() 452 if (!bInstalled && !bExact) in isInstalledLanguage()
|
H A D | langselect.hxx | 61 static sal_Bool isInstalledLanguage(rtl::OUString& usLocale, sal_Bool bExact=sal_False);
|
/aoo41x/main/udkapi/com/sun/star/script/ |
H A D | XInvocation2.idl | 63 @param bExact 71 InvocationInfo getInfoForName( [in] string aName, [in] boolean bExact )
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 172 virtual InvocationInfo SAL_CALL getInfoForName( const OUString& aName, sal_Bool bExact ) 908 InvocationInfo SAL_CALL Invocation_Impl::getInfoForName( const OUString& aName, sal_Bool bExact ) in getInfoForName() argument 913 return _xDirect2->getInfoForName( aName, bExact ); in getInfoForName() 920 if( bExact ) in getInfoForName()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docnum.cxx | 585 sal_Bool bExact ) in lcl_FindOutlineName() argument 599 else if( !bExact && USHRT_MAX == nSavePos && in lcl_FindOutlineName()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 230 bool FindMergeGroup(short nX1, short nWidth, bool bExact, short& nMGrIdx); 2881 bool WW8TabDesc::FindMergeGroup(short nX1, short nWidth, bool bExact, in FindMergeGroup() argument 2919 if( !bExact ) in FindMergeGroup()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1880 sal_Bool bExact = in Solve() local 1899 if ( bExact ) in Solve()
|
Completed in 104 milliseconds