Lines Matching refs:result

248 	OUString result( str );  in replaceSixteen()  local
253 sal_Int32 index = result.indexOf( sixteen ); in replaceSixteen()
257 result = result.replaceAt( index, len, expected ); in replaceSixteen()
258 index = result.indexOf( sixteen, index ); in replaceSixteen()
261 return result; in replaceSixteen()
981 uno::Reference< graphic::XGraphic > result; in GetGraphic() local
998 result = aGraphicSeq[0]; in GetGraphic()
1007 return result; in GetGraphic()
1037 bool result = sal_True; in PersistChanges() local
1054 result = sal_False; in PersistChanges()
1057 return result; in PersistChanges()
1249 bool result = sal_False; in Apply() local
1293 result = PersistChanges( GetConfigManager() ); in Apply()
1296 return result; in Apply()
1980 bool result = sal_False; in FillItemSet() local
1987 result = pData->Apply(); in FillItemSet()
1989 return result; in FillItemSet()
2110 SvxEntries* result = in FindParentForChild() local
2113 if ( result != NULL ) in FindParentForChild()
2115 return result; in FindParentForChild()
3875 sal_Int32 result = 0; in GetSystemStyle() local
3892 aProps[i].Value >>= result; in GetSystemStyle()
3904 return result; in GetSystemStyle()
3909 OUString result; in GetSystemUIName() local
3926 aProps[ i ].Value >>= result; in GetSystemUIName()
3953 aPropSeq[i].Value >>= result; in GetSystemUIName()
3964 return result; in GetSystemUIName()
4974 bool result = SvxMenuEntriesListBox::NotifyMoving( in NotifyMoving() local
4977 if ( result == sal_True ) in NotifyMoving()
4989 return result; in NotifyMoving()
5283 uno::Reference< graphic::XGraphic > result; in GetSelectedIcon() local
5291 result = uno::Reference< graphic::XGraphic >( in GetSelectedIcon()
5297 return result; in GetSelectedIcon()
5538 bool result = ImportGraphic( aPath ); in ImportGraphics() local
5539 if ( result == sal_False ) in ImportGraphics()
5551 bool result = ImportGraphic( aSourcePath + rPaths[i] ); in ImportGraphics() local
5552 if ( result == sal_False ) in ImportGraphics()
5581 bool result = sal_False; in ImportGraphic() local
5638 result = sal_True; in ImportGraphic()
5654 return result; in ImportGraphic()