Home
last modified time | relevance | path

Searched refs:nSetValue (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/svtools/source/config/
H A Dfontsubstconfig.cxx139 sal_Int32 nSetValue = 0; in Commit() local
155 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sReplaceFont; in Commit()
156 pSetValues[nSetValue++].Value <<= pSubst->sFont; in Commit()
157 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sSubstituteFont; in Commit()
158 pSetValues[nSetValue++].Value <<= pSubst->sReplaceBy; in Commit()
159 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sAlways; in Commit()
160 pSetValues[nSetValue++].Value.setValue(&pSubst->bReplaceAlways, rBoolType); in Commit()
161 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sOnScreenOnly; in Commit()
162 pSetValues[nSetValue++].Value.setValue(&pSubst->bReplaceOnScreenOnly, rBoolType); in Commit()
/aoo41x/main/svl/source/config/
H A Dasiancfg.cxx168 sal_Int32 nSetValue = 0; in Commit() local
180 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sStartChars; in Commit()
181 pSetValues[nSetValue++].Value <<= pImpl->aForbiddenArr[i]->sStartChars; in Commit()
182 pSetValues[nSetValue].Name = sPrefix; pSetValues[nSetValue].Name += sEndChars; in Commit()
183 pSetValues[nSetValue++].Value <<= pImpl->aForbiddenArr[i]->sEndChars; in Commit()
/aoo41x/main/editeng/inc/editeng/
H A Dnumitem.hxx349 sal_uInt16 nSetValue; // vorgegebene Nummer member in SvxNodeNum
363 sal_uInt16 GetSetValue() const { return nSetValue; } in GetSetValue()
364 void SetSetValue( sal_uInt16 nVal ) { nSetValue = nVal; } in SetSetValue()
371 : nSetValue( nSetVal ), nMyLevel( nLevel ), bStartNum( sal_False ) in SvxNodeNum()
378 nSetValue = rCpy.nSetValue; in operator =()

Completed in 17 milliseconds