Searched refs:nSetValue (Results 1 – 3 of 3) sorted by relevance
139 sal_Int32 nSetValue = 0; in Commit() local155 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()
168 sal_Int32 nSetValue = 0; in Commit() local180 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()
349 sal_uInt16 nSetValue; // vorgegebene Nummer member in SvxNodeNum363 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 28 milliseconds