Searched refs:rDefName (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 261 : StringNode( rDefName ) in RscDefine() 271 : StringNode( rDefName ) in RscDefine() 414 pDef = new RscDefine( lFileKey, rDefName, lDefId ); in New() 425 pDef = new RscDefine( lFileKey, rDefName, pExpression ); in New() 1115 RscDefine * pDef = FindDef( rDefName ); in NewDef() 1143 RscDefine * pDef = FindDef( rDefName ); in NewDef() 1178 RscDefine * pDef = FindDef( rDefName ); in IsDefUsed() 1197 RscDefine * pDef = FindDef( rDefName ); in DeleteDef() 1220 RscDefine * pDef = FindDef( rDefName ); in ChangeDef() 1242 RscDefine * pDef = FindDef( rDefName ); in ChangeDef() [all …]
|
/aoo41x/main/rsc/inc/ |
H A D | rscdef.hxx | 130 RscDefine( sal_uLong lFileKey, const ByteString & rDefName, 132 RscDefine( sal_uLong lFileKey, const ByteString & rDefName, 159 RscDefine * New( sal_uLong lFileKey, const ByteString & rDefName, 161 RscDefine * New( sal_uLong lFileKey, const ByteString & rDefName, 249 RscDefine * NewDef( sal_uLong lKey, const ByteString & rDefName, 251 RscDefine * NewDef( sal_uLong lKey, const ByteString & rDefName, 254 sal_Bool ChangeDef( const ByteString & rDefName, sal_Int32 lId ); 255 sal_Bool ChangeDef( const ByteString & rDefName, RscExpression * ); 259 sal_Bool ChangeDefName( const ByteString & rDefName,
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 501 sal_Unicode XclTools::GetBuiltInDefNameIndex( const String& rDefName ) in GetBuiltInDefNameIndex() argument 504 if( rDefName.EqualsIgnoreCaseAscii( maDefNamePrefix, 0, nPrefixLen ) ) in GetBuiltInDefNameIndex() 510 if( rDefName.EqualsIgnoreCaseAscii( aBuiltInName, nPrefixLen, nBuiltInLen ) ) in GetBuiltInDefNameIndex() 514 … sal_Unicode cNextChar = (rDefName.Len() > nNextCharPos) ? rDefName.GetChar( nNextCharPos ) : '\0'; in GetBuiltInDefNameIndex()
|
/aoo41x/main/rsc/source/res/ |
H A D | rscmgr.cxx | 356 static ByteString MakeSmartName( const ByteString & rDefName ) in MakeSmartName() argument 359 if( rDefName.Len() ) in MakeSmartName() 361 char * pStr = (char *)rDefName.GetBuffer(); in MakeSmartName()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xltools.hxx | 188 static sal_Unicode GetBuiltInDefNameIndex( const String& rDefName );
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 717 inline void setDefaultName( const String& rDefName ) { maDefName = rDefName; } in setDefaultName() argument
|
Completed in 74 milliseconds