Home
last modified time | relevance | path

Searched refs:bUserDef (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dsortparam.cxx48 bUserDef(r.bUserDef),nUserIndex(r.nUserIndex),bIncludePattern(r.bIncludePattern), in ScSortParam()
70 bHasHeader=bCaseSens=bUserDef = sal_False; in Clear()
94 bUserDef = r.bUserDef; in operator =()
134 && (bUserDef == rOther.bUserDef) in operator ==()
161 bUserDef(rSub.bUserDef),nUserIndex(rSub.nUserIndex),bIncludePattern(rSub.bIncludePattern), in ScSortParam()
218 bUserDef(sal_False),nUserIndex(0),bIncludePattern(sal_False), in ScSortParam()
H A Dglobal2.cxx261 bDoSort(r.bDoSort),bAscending(r.bAscending),bUserDef(r.bUserDef),nUserIndex(r.nUserIndex), in ScSubTotalParam()
297 bPagebreak=bCaseSens=bUserDef=bIncludePattern=bRemoveOnly = sal_False; in Clear()
329 bUserDef = r.bUserDef; in operator =()
378 && (bUserDef == rOther.bUserDef) in operator ==()
H A Dtable3.cxx281 sal_Bool bUserDef = aSortParam.bUserDef; in CompareCell() local
282 if (bUserDef) in CompareCell()
295 bUserDef = sal_False; in CompareCell()
298 if (!bUserDef) in CompareCell()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1641 sal_Bool bUserDef=pNumFmtShell->IsUserDefined( aFormat ); in IMPL_LINK() local
1643 aIbRemove.Enable(bUserDef); in IMPL_LINK()
1644 aIbInfo.Enable(bUserDef); in IMPL_LINK()
1646 if(bUserDef) in IMPL_LINK()
1725 sal_Bool bUserDef=pNumFmtShell->IsUserDefined( aFormat ); in IMPL_LINK() local
1726 aIbRemove.Enable(bUserDef); in IMPL_LINK()
1727 aIbInfo.Enable(bUserDef); in IMPL_LINK()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx453 rSortParam.bUserDef = bSortUserDef; in GetSortParam()
473 bSortUserDef = rSortParam.bUserDef; in SetSortParam()
587 rSubTotalParam.bUserDef = bSubUserDef; in GetSubTotalParam()
622 bSubUserDef = rSubTotalParam.bUserDef; in SetSubTotalParam()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx788 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValue() local
789 aRet.setValue( &bUserDef, getBooleanCppuType() ); in getPropertyValue()
899 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValues() local
920 pArray[5].Value.setValue( &bUserDef, getBooleanCppuType() ); in getPropertyValues()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx569 if ( rSubTotalData.bUserDef ) in Reset()
605 theSubTotalData.bUserDef = aBtnUserDef.IsChecked(); in FillItemSet()
H A Dtpsort.cxx741 if ( rSortData.bUserDef ) in Reset()
827 theSortData.bUserDef = aBtnSortUser.IsChecked(); in FillItemSet()
/trunk/main/sc/inc/
H A Dsortparam.hxx48 sal_Bool bUserDef; member
H A Dglobal.hxx836 sal_Bool bUserDef; // Benutzer-def. Sort.Reihenfolge member
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx757 if ( rSortData.bUserDef ) in Reset()
845 theSortData.bUserDef = aBtnSortUser.IsChecked(); in FillItemSet()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx376 ScUnoHelpFunctions::SetBoolInAny( pArray[7].Value, rParam.bUserDef ); in FillProperties()
491 rParam.bUserDef = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
786 aParam.bUserDef = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
829 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bUserDef ); in getPropertyValue()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1030 sal_Bool bUserDef = ( ( rFormat.GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in ExportPart_Impl() local
1051 if ( sAttrValue.getLength() && bUserDef && bDefPart ) in ExportPart_Impl()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx493 aSortParam.bUserDef = ( nUserIndex != 0 ); in ExecuteDB()
572 … sal_uInt16 nUser = rOutParam.bUserDef ? ( rOutParam.nUserIndex + 1 ) : 0; in ExecuteDB()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx556 if (aSubTotalParam.bUserDef) in WriteSubTotalDescriptor()
H A Dxmldrani.cxx418 aSubTotalParam.bUserDef = bSubTotalsEnabledUserList; in EndElement()

Completed in 122 milliseconds