Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Dfontsubs.cxx220 SubstitutionStruct aAdd; in FillItemSet() local
221 aAdd.sFont = aCheckLB.GetEntryText(pEntry, 0); in FillItemSet()
222 aAdd.sReplaceBy = aCheckLB.GetEntryText(pEntry, 1); in FillItemSet()
223 aAdd.bReplaceAlways = aCheckLB.IsChecked(pEntry, 0); in FillItemSet()
224 aAdd.bReplaceOnScreenOnly = aCheckLB.IsChecked(pEntry, 1); in FillItemSet()
225 pConfig->AddSubstitution(aAdd); in FillItemSet()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx962 String aAdd( pSc->GetStandardName() ); in SvNumberformat() local
964 if ( !pSc->ScanFormat( aAdd, aTmp ) ) in SvNumberformat()
971 rString += aAdd; in SvNumberformat()
981 String aAdd( pSc->GetStandardName() ); in SvNumberformat() local
983 if ( !pSc->ScanFormat( aAdd, aTmp ) ) in SvNumberformat()
991 rString += aAdd; in SvNumberformat()
999 String aAdd( pSc->GetStandardName() ); in SvNumberformat() local
1001 if ( !pSc->ScanFormat( aAdd, aTmp ) ) in SvNumberformat()
1009 rString += aAdd; in SvNumberformat()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1491 SpellContentPosition aAdd; in lcl_CollectDeletedRedlines() local
1492 aAdd.nLeft = nStart; in lcl_CollectDeletedRedlines()
1493 aAdd.nRight = nEnd; in lcl_CollectDeletedRedlines()
1494 aRedlines.push_back(aAdd); in lcl_CollectDeletedRedlines()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1218 MatrixAdd aAdd; in CalculateAddSub() local
1219 pResMat = lcl_MatrixCalculation(aAdd ,pMat1, pMat2,this); in CalculateAddSub()

Completed in 57 milliseconds